active_admin_role
active_admin_role copied to clipboard
Addresses the fact enums with keyword arguments are deprecated
Rails 7 introduced a new enum syntax, and starting with Rails 7.2, the old syntax is now deprecated with a warning that it'll be removed in Rails 8. This changes how the state
and role
enums are defined in Rails 7+ as to silence the warning and ensure they are compatible with future versions of Rails.