class CustomAlbumVariable include Mongoid::Document field :count, type: Integer field :progress_percent, type: String field :progress_filename, type: String field :finish, type: Boolean field :notalive, type: Boolean end