method
merge_defaults_scope
v5.2.3 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::Scoping
merge_defaults_scope(parent, child)public
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1068
def merge_defaults_scope(parent, child)
merge_options_scope(parent, child)
end