instance method
merge_constraints_scope
Ruby on Rails 5.2.8.1
Since v3.0.20 PrivateSignature
merge_constraints_scope(parent, child)
No documentation comment.
Parameters
-
parentreq -
childreq
Source
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1064
def merge_constraints_scope(parent, child)
merge_options_scope(parent, child)
end
Defined in actionpack/lib/action_dispatch/routing/mapper.rb line 1064
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Routing::Mapper::Scoping