Job Story
When parsing a JSON schema enum,
I want to use ActiveRecord::Enum,
So I can use the scopes, validation, etc that comes with it.
Technical Notes
- Enums will need to be stored as an integer that represents the index of the enum value
Definition of Done
Job Story
When parsing a JSON schema enum,
I want to use ActiveRecord::Enum,
So I can use the scopes, validation, etc that comes with it.
Technical Notes
Definition of Done