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