Methods
N
R
Attributes
[R] auth_owner
[R] scope
Class Public methods
new(auth_owner, scope)
   # File rhino/rhino/app/policies/rhino/base_policy.rb
62 def initialize(auth_owner, scope)
63   @auth_owner = auth_owner
64   @scope = scope
65 end
Instance Public methods
resolve()
   # File rhino/rhino/app/policies/rhino/base_policy.rb
67 def resolve
68   scope.none
69 end