method
scope_action_options
v3.2.8 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::Resources
scope_action_options()protected
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1365
def scope_action_options #:nodoc:
@scope[:options].slice(:only, :except)
end