module ActionDispatch::Routing::Mapper::Scoping

def merge_shallow_prefix_scope(parent, child) #:nodoc:

:nodoc:
def merge_shallow_prefix_scope(parent, child) #:nodoc:
  parent ? "#{parent}_#{child}" : child
end