This website requires JavaScript.
Explore
Help
Sign In
saurabh
/
orbit-basic
Watch
4
Star
0
Fork
You've already forked orbit-basic
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fda0abdd25
orbit-basic
/
app
/
controllers
/
admin
/
sessions_controller.rb
8 lines
106 B
Ruby
Raw
Normal View
History
Unescape
Escape
Replace PrototypeR4 by Orbit. Move session into mongoid_store. Reset session when sing_in.
2012-03-05 08:19:08 +00:00
class
SessionsController
<
Devise
::
SessionsController
Changes in Registration Process
2013-11-25 09:03:28 +00:00
def
create
Replace PrototypeR4 by Orbit. Move session into mongoid_store. Reset session when sing_in.
2012-03-05 08:19:08 +00:00
super
reset_session
end
end