instance method
merge_module_scope
Ruby on Rails 8.0.4
Since v3.0.20 PrivateSignature
merge_module_scope(parent, child)
No documentation comment.
Parameters
-
parentreq -
childreq
Source
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1069
def merge_module_scope(parent, child)
parent ? "#{parent}/#{child}" : child
end
Defined in actionpack/lib/action_dispatch/routing/mapper.rb line 1069
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Routing::Mapper::Scoping