instance method
controller_scope
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
controller_scope()
No documentation comment.
Source
# File actionpack/lib/abstract_controller/translation.rb, line 50
def controller_scope
controller_path.tr("/", ".")
end
Defined in actionpack/lib/abstract_controller/translation.rb line 50
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Translation