module ActionDispatch::Routing::Mapper::Scoping
def merge_as_scope(parent, child) #:nodoc:
def merge_as_scope(parent, child) #:nodoc: parent ? "#{parent}_#{child}" : child end
def merge_as_scope(parent, child) #:nodoc: parent ? "#{parent}_#{child}" : child end