You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING Renamed enum_name to enum_type because Rails 7 added basic support for enums
After updating the gem, you must run rails schema:dump to regenerate your db/schema.rb file. Also, you may want to auto-replace enum_name to enum_type in your existing migrations files.