Class: ForemanChef::ApplicationController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/foreman_chef/application_controller.rb

Direct Known Subclasses

EnvironmentsController

Instance Method Summary collapse

Instance Method Details

#resource_classObject



3
4
5
# File 'app/controllers/foreman_chef/application_controller.rb', line 3

def resource_class
  "::ForemanChef::#{controller_name.singularize.classify}".constantize
end