method

merge_path_names_scope

merge_path_names_scope(parent, child)
private

No documentation available.

# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1231
          def merge_path_names_scope(parent, child)
            merge_options_scope(parent, child)
          end