Totally your call on this one. I just find it a bit cleaner and adhering to the current standards set by AR and others. The change (documented in the readme as well) would require that models define the roles as royce_roles :admin, :owner, :etc instead of royce_roles %w(admin owner etc).
Totally your call on this one. I just find it a bit cleaner and adhering to the current standards set by AR and others. The change (documented in the readme as well) would require that models define the roles as
royce_roles :admin, :owner, :etc
instead ofroyce_roles %w(admin owner etc)
.