method
merge_shallow_prefix_scope
merge_shallow_prefix_scope(parent, child)
public
Hide source
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1025 def merge_shallow_prefix_scope(parent, child) #:nodoc: parent ? "#{parent}_#{child}" : child end