Ruby Utilizing ActiveRecord Enums In The View Rails 4.1 added support for Enums to be used in models. You can check out the release notes here. Generally, these are supposed to be used for tracking internal states and should not be exposed to the user. If you're a rebel however,