class Attachment inherit Mongo::Model, Mongo::Model::FileModel # embedded_in :item, class_name: 'Models::Item' # attr_accessor :main_id # validates_presence_of :main_id mount_file :file, AttachmentFile end