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