class Preview
include Mongoid::Document
field :image, type: String
belongs_to :extension
belongs_to :templates
mount_uploader :image, PreviewUploader
end