forked from smartinez87/exception_notification
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d06542
commit b54ba10
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ As of Rails 3 ExceptionNotifier is used as a rack middleware | |
:exception_recipients => %w{[email protected]} | ||
|
||
If you need to send exception notifications from a background process like | ||
delayed job you must manually send the exeption with: | ||
delayed job you must manually send the exception with: | ||
|
||
ExceptionNotifier::Notifier.background_exception_notification(e) | ||
|
||
|