Sha256: e7cac37d2dd9881dbd6eab6e96998faafb4f1a1c81aa68d6cec99484e27db3b5

Contents?: true

Size: 370 Bytes

Versions: 1

Compression:

Stored size: 370 Bytes

Contents

require 'exception_notifier'
require 'exception_notification/rack'
require 'exception_notification/version'

module ExceptionNotification
  # Alternative way to setup ExceptionNotification.
  # Run 'rails generate exception_notification:install' to create
  # a fresh initializer with all configuration values.
  def self.configure
    yield ExceptionNotifier
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
exception_notification-4.4.0 lib/exception_notification.rb