Exception Notification and Edge

Changeset 8669 breaks the exception_notification plugin ... raising Unprocessed view path found in .

Drop the following in config/initializers/exception_notification.rb ...

ExceptionNotifier.exception_recipients = %w(you@yourdomain.com)
ExceptionNotifier.class_eval do 
  remove_method :template_root 
  ExceptionNotifier.template_root = "#{RAILS_ROOT}/vendor/plugins/exception_notification/lib/../views" 
end

About this entry