method
merge_as_scope
v4.2.1 -
Show 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 961
def merge_as_scope(parent, child) #:nodoc:
parent ? "#{parent}_#{child}" : child
end