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