Skip to content

Instantly share code, notes, and snippets.

@methodmissing
Created December 5, 2008 12:05
Show Gist options
  • Save methodmissing/32320 to your computer and use it in GitHub Desktop.
Save methodmissing/32320 to your computer and use it in GitHub Desktop.
ExceptionNotifier.exception_recipients = %w([email protected])
ExceptionNotifier.class_eval do
remove_method :template_root
ExceptionNotifier.template_root = "#{RAILS_ROOT}/vendor/plugins/exception_notification/lib/../views"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment