personal-patent/app/models/patent_type.rb

9 lines
136 B
Ruby
Raw Normal View History

2014-07-04 03:48:33 +00:00
class PatentType
include Mongoid::Document
include Mongoid::Timestamps
field :title, localize: true
has_many :patents
end