method
apply_action_options
apply_action_options(options)private
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1749
def apply_action_options(options)
return options if action_options? options
options.merge scope_action_options
end