event_news/temp_file/app/models/multithread.rb

6 lines
79 B
Ruby
Raw Normal View History

2020-07-22 02:23:36 +00:00
class Multithread
include Mongoid::Document
field :key
field :status
end