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