method

merge_constraints_scope

rails latest stable - Class: ActionDispatch::Routing::Mapper::Mapping::Scoping
merge_constraints_scope(parent, child)
public

No documentation available.

# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1067
          def merge_constraints_scope(parent, child)
            merge_options_scope(parent, child)
          end