method
merge_defaults_scope
v3.2.8 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::Scoping
merge_defaults_scope(parent, child)private
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 798
def merge_defaults_scope(parent, child) #:nodoc:
merge_options_scope(parent, child)
end