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 773
def scope_action_options?
@scope[:options].is_a?(Hash) && (@scope[:options][:only] || @scope[:options][:except])
end