Skip to content

Commit

Permalink
Fixed syntax in production.rb line 91 added missing }
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Gehani committed Dec 25, 2015
1 parent 66d38d4 commit 1f4db0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
:bucket => ENV['AWS_BUCKET'],
:access_key_id => ENV['AWS_ACCESS_KEY_ID'],
:secret_access_key => ENV['AWS_SECRET_ACCESS_KEY']
}
}}
#config.paperclip_defaults = {
#:storage => :dropbox,
# :dropbox_credentials => Rails.root.join("config/dropbox.yml"),
Expand Down

0 comments on commit 1f4db0c

Please sign in to comment.