Enums in Rails 4
I was updating some columns today, from boolean to enums. There were two columns that stored very similar data, with (obviously) different column names.
My solution was to have two enums
, both with the same options. My model looked like: