module ActionDispatch::Routing::Mapper::Scoping

def merge_path_scope(parent, child) #:nodoc:

:nodoc:
def merge_path_scope(parent, child) #:nodoc:
  Mapper.normalize_path("#{parent}/#{child}")
end