instance method
apply_action_options
Ruby on Rails 6.0.6
Since v5.2.8.1 PrivateSignature
apply_action_options(options)
No documentation comment.
Parameters
-
optionsreq
Source
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1709
def apply_action_options(options)
return options if action_options? options
options.merge scope_action_options
end
Defined in actionpack/lib/action_dispatch/routing/mapper.rb line 1709
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Routing::Mapper::Resources