Class: ForemanAcd::ApplicationController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ForemanAcd::ApplicationController
- Defined in:
- app/controllers/foreman_acd/application_controller.rb
Overview
Base controller for all controllers
Direct Known Subclasses
AnsiblePlaybooksController, AppDefinitionsController, AppInstancesController
Instance Method Summary collapse
Instance Method Details
#resource_class ⇒ Object
6 7 8 |
# File 'app/controllers/foreman_acd/application_controller.rb', line 6 def resource_class "ForemanAcd::#{controller_name.singularize.classify}".constantize end |