Show and update only for this user It should only ever be current user, but this is a safety check
Source: show
# File rhino/rhino/app/policies/rhino/account_policy.rb 8 def show? 9 authorize_action(auth_owned?) 10 end
# File rhino/rhino/app/policies/rhino/account_policy.rb 12 def update? 13 authorize_action(auth_owned?) 14 end