Class: Lcms::Engine::SessionsController
- Inherits:
-
Devise::SessionsController
- Object
- Devise::SessionsController
- Lcms::Engine::SessionsController
- Includes:
- HeapNotifyable
- Defined in:
- app/controllers/lcms/engine/sessions_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
8 9 10 11 |
# File 'app/controllers/lcms/engine/sessions_controller.rb', line 8 def create super heap_notify 'Login' end |
#destroy ⇒ Object
13 14 15 16 |
# File 'app/controllers/lcms/engine/sessions_controller.rb', line 13 def destroy heap_notify 'Logout' super end |