Method: UserCheckoutStatPolicy#update?

Defined in:
app/policies/user_checkout_stat_policy.rb

#update?Boolean

Returns:



14
15
16
# File 'app/policies/user_checkout_stat_policy.rb', line 14

def update?
  user.try(:has_role?, 'Librarian')
end