Class: MerbAuthSlicePassword::Sessions
- Inherits:
-
Application
- Object
- Merb::Controller
- Application
- MerbAuthSlicePassword::Sessions
- Defined in:
- app/controllers/sessions.rb
Instance Method Summary collapse
Instance Method Details
#destroy ⇒ Object
18 19 20 |
# File 'app/controllers/sessions.rb', line 18 def destroy "Add an after filter to do stuff after logout" end |
#update ⇒ Object
14 15 16 |
# File 'app/controllers/sessions.rb', line 14 def update "Add an after filter to do stuff after login" end |