Class: LoginsController
- Inherits:
-
AuthRocket::ArController
- Object
- ApplicationController
- AuthRocket::ArController
- LoginsController
- Defined in:
- app/controllers/logins_controller.rb
Instance Method Summary collapse
Instance Method Details
#logout ⇒ Object
3 4 5 6 |
# File 'app/controllers/logins_controller.rb', line 3 def logout super flash[:notice] = 'You have been logged out.' end |