module ExceptionNotification

Public Class Methods

configure() { |ExceptionNotifier| ... } click to toggle source

Alternative way to setup ExceptionNotification. Run 'rails generate exception_notification:install' to create a fresh initializer with all configuration values.

# File lib/exception_notification.rb, line 8
def self.configure
  yield ExceptionNotifier
end