module ActionDispatch::Routing::Mapper::Scoping

def merge_path_names_scope(parent, child) #:nodoc:

:nodoc:
def merge_path_names_scope(parent, child) #:nodoc:
  merge_options_scope(parent, child)
end