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