module ActionDispatch::Routing::Mapper::Scoping

def merge_as_scope(parent, child)

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