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