Commit 75ef17f60e5f7dcd6aebec177c9a4556dcfeaea9

fix for exception notifier templates

Commit diff

config/environments/production.rb

 
2828
2929ExceptionNotifier.exception_recipients = YAML.load_file(File.join(RAILS_ROOT,
3030 "config/gitorious.yml"))["exception_notification_emails"]
31ExceptionNotifier.class_eval do
32 remove_method :template_root
33 ExceptionNotifier.template_root = "#{RAILS_ROOT}/vendor/plugins/exception_notification/lib/../views"
34end
toggle raw diff