instance method
controller_path
Ruby on Rails 4.2.9
Since v3.0.20Signature
controller_path()
Delegates to the class’ #controller_path
Source
# File actionpack/lib/abstract_controller/base.rb, line 141
def controller_path
self.class.controller_path
end
Defined in actionpack/lib/abstract_controller/base.rb line 141
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Base