Class: InfinumAzure::ResourcesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- InfinumAzure::ResourcesController
- Defined in:
- app/controllers/infinum_azure/resources_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#destroy ⇒ Object
9 10 11 12 13 |
# File 'app/controllers/infinum_azure/resources_controller.rb', line 9 def destroy sign_out current_resource redirect_to root_path end |
#passthru ⇒ Object
5 6 7 |
# File 'app/controllers/infinum_azure/resources_controller.rb', line 5 def passthru render status: :not_found, plain: 'Not found. Logout passthru.' end |