fix image filesystem permissions 🎉
This commit is contained in:
parent
5c2c046a7a
commit
0500bd9bfb
|
@ -3,7 +3,7 @@ class BaseUploader < CarrierWave::Uploader::Base
|
|||
include CarrierWave::MiniMagick
|
||||
include CarrierWave::Backgrounder::Delay
|
||||
|
||||
storage :fog
|
||||
storage :file
|
||||
|
||||
# Store original size
|
||||
version :original
|
||||
|
|
Loading…
Reference in New Issue