Class: StandardId::Web::LogoutController
- Inherits:
-
BaseController
- Object
- ApplicationController
- BaseController
- StandardId::Web::LogoutController
- Defined in:
- app/controllers/standard_id/web/logout_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
8 9 10 11 |
# File 'app/controllers/standard_id/web/logout_controller.rb', line 8 def create revoke_current_session! redirect_to params[:redirect_uri] || root_path, notice: "Successfully signed out" end |