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