Class: LoginsController

Inherits:
AuthRocket::ArController show all
Defined in:
app/controllers/logins_controller.rb

Instance Method Summary collapse

Instance Method Details

#logoutObject



3
4
5
6
# File 'app/controllers/logins_controller.rb', line 3

def logout
  super
  flash[:notice] = 'You have been logged out.'
end