method
merge_path_names_scope
merge_path_names_scope(parent, child)
public
Hide source
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 982 def merge_path_names_scope(parent, child) #:nodoc: merge_options_scope(parent, child) end