Ticket #9985: content_type.diff
| File content_type.diff, 0.6 kB (added by mtillman, 1 year ago) |
|---|
-
vendor/plugins/exception_notification/lib/exception_notifier.rb
old new 36 36 def self.reloadable?; false; end 37 37 38 38 def exception_notification(exception, controller, request, data={}) 39 content_type "text/plain" 39 40 subject "#{email_prefix}#{controller.controller_name}##{controller.action_name} (#{exception.class}) #{exception.message.inspect}" 40 41 41 42 recipients exception_recipients