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