Class: ForemanChef::ApplicationController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ForemanChef::ApplicationController
- Defined in:
- app/controllers/foreman_chef/application_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#resource_class ⇒ Object
3 4 5 |
# File 'app/controllers/foreman_chef/application_controller.rb', line 3 def resource_class "::ForemanChef::#{controller_name.singularize.classify}".constantize end |