class Example
  include Mongoid::Document
  field :name, type: String
  field :content, type: String
end
