Skip to content

Commit

Permalink
Fix carrierwave initializer (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi authored Jan 11, 2024
1 parent 2105a23 commit 01caf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/carrierwave.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
config.enable_processing = !Rails.env.test?
end

if Rails.application.secrets.aws_access_key_id.present?
if Rails.application.secrets.dig(:aws, :access_key_id).present?
require "carrierwave/storage/fog"

CarrierWave.configure do |config|
Expand Down

0 comments on commit 01caf3a

Please sign in to comment.