appirits/comable-apartment

View on GitHub
app/decorators/comable/user_decorator.rb

Summary

Maintainability
A
0 mins
Test Coverage
Comable::User.class_eval do
  enumerize :role, in: %i(
    root
    admin
    reporter
    customer
  ), default: :customer, predicates: true, scope: true
end