Class: InfinumAzure::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/infinum_azure/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#current_resourceObject



11
12
13
# File 'app/controllers/infinum_azure/application_controller.rb', line 11

def current_resource
  method(:"current_#{resource_name.underscore}").call
end