class ChangedApsTimezone
  include Mongoid::Document
  field :ap, type: Array
  field :zone_name, type: String
end