Method: UserCheckoutStatPolicy#create?

Defined in:
app/policies/user_checkout_stat_policy.rb

#create?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'app/policies/user_checkout_stat_policy.rb', line 10

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