Skip to content

Commit

Permalink
Merge pull request #168 from alphagov/cleanup_mailer_config
Browse files Browse the repository at this point in the history
Remove spurious action_mailer ses config.
  • Loading branch information
steventux committed Feb 24, 2014
2 parents 83dca36 + 5976ade commit 5225d4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/environments/production.rb
Expand Up @@ -59,8 +59,6 @@
# Generate digests for assets URLs.
config.assets.digest = true

config.action_mailer.delivery_method = :ses

# Enable JSON-style logging
config.logstasher.enabled = true
config.logstasher.logger = Logger.new("#{Rails.root}/log/#{Rails.env}.json.log")
Expand Down

0 comments on commit 5225d4b

Please sign in to comment.