instance method
override_keys
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.0.20 PrivateSignature
override_keys(child)
No documentation comment.
Parameters
-
childreq
Source
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 749
def override_keys(child)
child.key?(:only) || child.key?(:except) ? [:only, :except] : []
end
Defined in actionpack/lib/action_dispatch/routing/mapper.rb line 749
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Routing::Mapper::Scoping