faq/app/models/qa.rb

5 lines
70 B
Ruby
Raw Normal View History

2014-05-05 07:57:25 +00:00
class Qa
include Mongoid::Document
field :title, type: String
end