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