method
merge_path_scope
v4.2.9 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::Scoping
merge_path_scope(parent, child)public
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 955
def merge_path_scope(parent, child) #:nodoc:
Mapper.normalize_path("#{parent}/#{child}")
end