module ActionDispatch::Routing::Mapper::Scoping

def merge_module_scope(parent, child) #:nodoc:

:nodoc:
def merge_module_scope(parent, child) #:nodoc:
  parent ? "#{parent}/#{child}" : child
end