Sha256: 691abe6e6c98835899fa376214ae3be3bfa077a7411fc605707cfa8a6eb5846c

Contents?: true

Size: 241 Bytes

Versions: 15

Compression:

Stored size: 241 Bytes

Contents

module ExceptionNotification
  class Engine < ::Rails::Engine
    config.exception_notification = ExceptionNotifier
    config.exception_notification.logger = Rails.logger

    config.app_middleware.use ExceptionNotification::Rack
  end
end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
exception_notification-4.2.1 lib/exception_notification/rails.rb
exception_notification-4.2.0 lib/exception_notification/rails.rb
exception_notification-4.2.0.rc1 lib/exception_notification/rails.rb
exception_notification_more_info-1.0.1 lib/exception_notification/rails.rb
exception_notification_more_info-1.0.0 lib/exception_notification/rails.rb
exception_notification-4.1.4 lib/exception_notification/rails.rb
exception_notification-4.1.3 lib/exception_notification/rails.rb
exception_notification-4.1.2 lib/exception_notification/rails.rb
exception_notification-4.1.1 lib/exception_notification/rails.rb
exception_notification-4.1.0 lib/exception_notification/rails.rb
exception_notification-4.1.0.rc2 lib/exception_notification/rails.rb
exception_notification-4.1.0.rc1 lib/exception_notification/rails.rb
exception_notification-4.0.1 lib/exception_notification/rails.rb
exception_notification-4.0.0 lib/exception_notification/rails.rb
exception_notification-4.0.0.rc1 lib/exception_notification/rails.rb