Fix the condition for carrierwave storage setting

openid
Marcin Kulik 11 years ago
parent b3da1c0656
commit 5cd1192fa9

@ -1,5 +1,5 @@
CarrierWave.configure do |config|
if CFG['CARRIERWAVE_STORAGE'] == :fog
if CFG['CARRIERWAVE_STORAGE'].to_s == 'fog'
config.storage = :fog
config.fog_credentials = {

Loading…
Cancel
Save