remove carrierwave/processing/mime_type for new version
This commit is contained in:
parent
ff79891c85
commit
5b5d4ea538
|
@ -1,12 +1,7 @@
|
|||
# encoding: utf-8
|
||||
require 'carrierwave/processing/mime_types'
|
||||
|
||||
class ColonHeadImagesUploader1 < CarrierWave::Uploader::Base
|
||||
|
||||
include CarrierWave::MimeTypes
|
||||
|
||||
process :set_content_type
|
||||
|
||||
# Include RMagick or ImageScience support:
|
||||
# include CarrierWave::RMagick
|
||||
# include CarrierWave::ImageScience
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
# encoding: utf-8
|
||||
class ColoncancerPredictMappingFile1
|
||||
require 'carrierwave/processing/mime_types'
|
||||
include Mongoid::Document
|
||||
include Mongoid::Timestamps
|
||||
include CarrierWave::MimeTypes
|
||||
mount_uploader :temp_file, ColonHeadImagesUploader1
|
||||
|
||||
def file_identifier
|
||||
|
|
Loading…
Reference in New Issue