archive_exam/app/models/archive_exam_department.rb

9 lines
155 B
Ruby
Raw Permalink Normal View History

2015-04-08 02:52:35 +00:00
class ArchiveExamDepartment
include Mongoid::Document
include Mongoid::Timestamps
field :title, localize: true
belongs_to :archive_exam_file
end