alassek / activerecord-pg_enum

Integrate PostgreSQL's enumerated types with the Rails enum feature
MIT License
168 stars 10 forks source link

A simpler helper called `inferred_enum` #19

Closed atavistock closed 2 years ago

atavistock commented 3 years ago

Allows for an optional use of a simpler helper for postgres enums that infers the values from the database.