I really like Rails 4 new Enum feature, but I want to use my enum enum status: [:active, :inactive, :deleted] in every model. I cannot find any way how to declare for example in config/initializes/enums.rb and include every model I'm very new in Ruby on Rails and need your help to find solution