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