Guest User

Untitled

a guest
Feb 21st, 2018
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ExceptionNotifier.exception_recipients = %w(you@yourdomain.com)
  2. ExceptionNotifier.class_eval do
  3. remove_method :template_root
  4. ExceptionNotifier.template_root = "#{RAILS_ROOT}/vendor/plugins/exception_notification/lib/../views"
  5. end
Add Comment
Please, Sign In to add comment