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