The right way to make an Active Record ENUM in Ruby on Rails
When you have limited number or options and are trying to save one the option as some state of an Active Record then you may use AASM - State machines for Ruby classes, but what if you are not saving