module PersistentEnum
Provide 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.
Constants
- EnumSpec
Closes over the arguments to `acts_as_enum` so that it can be reloaded.
- VERSION