Methods
R
Instance Public methods
resolve()
   # File rhino/rhino/app/policies/rhino/account_policy.rb
17 def resolve
18   scope.where(id: auth_owner&.id)
19 end