registered-sites/app/models/bundle_update_temp.rb

8 lines
119 B
Ruby
Raw Normal View History

2020-04-01 03:44:59 +00:00
class BundleUpdateTemp
include Mongoid::Document
include Mongoid::Timestamps
field :all_ids
field :now_id
end