method
resource_scope?
v3.1.0 -
Show latest stable
- Class:
ActionDispatch::Routing::Mapper::Resources
resource_scope?()protected
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1353
def resource_scope? #:nodoc:
@scope[:scope_level].in?([:resource, :resources])
end