faq/app/models/qa.rb

5 lines
70 B
Ruby

class Qa
include Mongoid::Document
field :title, type: String
end