July 13, 2015Enumerated Types with ActiveRecord and PostgreSQL Key Takeaways Enumerated Types (enums) are a data type with a set of named elements, each with a different value, and can be implemented in various languages and frameworks, such as Ruby on Rails. In ActiveRecord, an Object Relational Mapping Framework, enums are treated specially and implemented using the ActiveRecord::Enum module. Ac
{{#tags}}- {{label}}
{{/tags}}