Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 308 Bytes

File metadata and controls

10 lines (7 loc) · 308 Bytes

PersistentEnum

Provide an ActiveRecord model that behaves as a database-backed enumeration between indices and symbolic values. This allows us to have a valid foreign key which behaves like a enumeration. Values are cached at startup, and cannot be changed.

Usage

TODO: Write usage instructions here