method
merge_shallow_path_scope
merge_shallow_path_scope(parent, child)
private
Hide source
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 857 def merge_shallow_path_scope(parent, child) #:nodoc: Mapper.normalize_path("#{parent}/#{child}") end