class UpdateFlags
include Mongoid::Document
field :bundle_update_flag, type: Boolean, default: true
end