Method: AbstractController::Base#controller_path

Defined in:
lib/abstract_controller/base.rb

#controller_pathObject

Delegates to the class’s ::controller_path.



158
159
160
# File 'lib/abstract_controller/base.rb', line 158

def controller_path
  self.class.controller_path
end