Class: ForemanAcd::ApplicationController

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

Overview

Base controller for all controllers

Instance Method Summary collapse

Instance Method Details

#resource_classObject



6
7
8
# File 'app/controllers/foreman_acd/application_controller.rb', line 6

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