active_admin_role icon indicating copy to clipboard operation
active_admin_role copied to clipboard

Addresses the fact enums with keyword arguments are deprecated

Open fdeschenes opened this issue 6 months ago • 0 comments

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.

fdeschenes avatar Aug 16 '24 19:08 fdeschenes