diff options
| author | mo khan <mo@mokhan.ca> | 2015-02-02 20:24:15 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-02-02 20:24:15 -0700 |
| commit | d00f19fee4971663945a99908a932a8b4ae34547 (patch) | |
| tree | 0991d23fa1fd184def312ed37d85dbb9bd212db4 /config | |
| parent | ac9518396f2f00ef2a89db1aa3e571380a6d6460 (diff) | |
convert to new symbol syntax.
Diffstat (limited to 'config')
| -rw-r--r-- | config/application.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/application.rb b/config/application.rb index ecabebed..99835a9a 100644 --- a/config/application.rb +++ b/config/application.rb @@ -46,7 +46,7 @@ module Cake resource "/api/v2/*/*", headers: :any, methods: [:get, :post, :put, :delete, :options] end end - config.middleware.use ExceptionNotification::Rack, :email => { + config.middleware.use ExceptionNotification::Rack, email: { email_prefix: "[Boom! #{Rails.env}] ", sender_address: %{"notifier" <notifier@cakeside.com>}, exception_recipients: ENV["EXCEPTION_EMAIL_ADDRESS"].try(:split, " "), |
