method

resource_scope?

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