method
merge_path_scope
v4.0.2 -
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 853
def merge_path_scope(parent, child) #:nodoc:
Mapper.normalize_path("#{parent}/#{child}")
end