class AlbumColor include Mongoid::Document include Mongoid::Timestamps field :color, type: String belongs_to :album end