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
I found the cause of the issue. It's occurring with enums that have special characters (slashes or spaces, in my case) in the keys. For example, an ActiveRecord model with this enum will trigger the error:
After installing the gem and running it in my project, I get:
I don't have further indications on where the error happened and how to solve it.
The text was updated successfully, but these errors were encountered: