Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Don't need to hear about this all the time.
Browse files Browse the repository at this point in the history
  • Loading branch information
tekniklr committed Dec 26, 2014
1 parent d0afa25 commit 5582355
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 @@ -43,7 +43,7 @@
config.active_support.deprecation = :notify

MobileClinic::Application.config.middleware.use ExceptionNotification::Rack,
:ignore_exceptions => ['ActionController::BadRequest'] + ExceptionNotifier.ignored_exceptions,
:ignore_exceptions => ['ActionController::BadRequest','ActionController::InvalidCrossOriginRequest'] + ExceptionNotifier.ignored_exceptions,
:email => {
:email_prefix => "[spay/neuter clinic] ",
:sender_address => %{tsolow@tekniklr.com},
Expand Down

0 comments on commit 5582355

Please sign in to comment.