announcement-test/temp_file/app/models/multithread.rb

6 lines
79 B
Ruby
Raw Normal View History

2020-02-14 14:31:52 +00:00
class Multithread
include Mongoid::Document
field :key
field :status
end