method
merge_shallow_prefix_scope
v4.2.9 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::Scoping
merge_shallow_prefix_scope(parent, child)public
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 967
def merge_shallow_prefix_scope(parent, child) #:nodoc:
parent ? "#{parent}_#{child}" : child
end