Methods
Attributes
[R] | auth_owner | |
[R] | scope |
Class Public methods
new(auth_owner, scope)
Link
Source: show
# 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