Class: InfinumId::UsersController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- InfinumId::UsersController
- Defined in:
- app/controllers/infinum_id/users_controller.rb
Instance Method Summary collapse
Instance Method Details
#destroy ⇒ Object
3 4 5 6 7 |
# File 'app/controllers/infinum_id/users_controller.rb', line 3 def destroy sign_out current_user redirect_to root_path end |