Class: InfinumAzure::ResourcesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/infinum_azure/resources_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#current_resource

Instance Method Details

#destroyObject



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

#passthruObject



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