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