method
merge_shallow_scope
v4.0.2 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::Scoping
merge_shallow_scope(parent, child)private
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 903
def merge_shallow_scope(parent, child) #:nodoc:
child ? true : false
end