Class: Lcms::Engine::SessionsController

Inherits:
Devise::SessionsController
  • Object
show all
Includes:
HeapNotifyable
Defined in:
app/controllers/lcms/engine/sessions_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



8
9
10
11
# File 'app/controllers/lcms/engine/sessions_controller.rb', line 8

def create
  super
  heap_notify 'Login'
end

#destroyObject



13
14
15
16
# File 'app/controllers/lcms/engine/sessions_controller.rb', line 13

def destroy
  heap_notify 'Logout'
  super
end