Class: NimbleAuth::SessionsController

Inherits:
Devise::SessionsController
  • Object
show all
Defined in:
app/controllers/nimble_auth/sessions_controller.rb

Instance Method Summary collapse

Instance Method Details

#destroyObject

DELETE /signout

Passes a block to the parent implementation to clear flash message.



11
12
13
# File 'app/controllers/nimble_auth/sessions_controller.rb', line 11

def destroy
  super { flash.clear }
end