method
resource_scope?
rails latest stable - Class:
ActionDispatch::Routing::Mapper::Resources
resource_scope?()protected
No documentation available.
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1516
def resource_scope? #:nodoc:
RESOURCE_SCOPES.include? @scope[:scope_level]
end