DmitryTsepelev / store_model

Work with JSON-backed attributes as ActiveRecord-ish models
MIT License
1.08k stars 87 forks source link

Add support for enum affixes #102

Closed CodeMogul closed 3 years ago

CodeMogul commented 3 years ago

Adds support for _prefix and _suffix options to enum types, similar to ActiveRecord::Enum