olympiamanagement/app/models/olympia_student_image.rb

9 lines
271 B
Ruby
Raw Normal View History

2020-02-04 11:24:13 +00:00
class OlympiaStudentImage
include Mongoid::Document
include Mongoid::Timestamps
# encoding: utf-8
include OrbitTag::Taggable
include OrbitCategory::Categorizable
mount_uploader :student_file, OlympiaImagesUploader
belongs_to :olympia_student_data_fields
end