Sha256: 9d6b6773467e9f9bcc3a9149d0cdd329cd6b5e61fcd340c282e2b1cfed1ea5a4
Contents?: true
Size: 329 Bytes
Versions: 17
Compression:
Stored size: 329 Bytes
Contents
require 'exception_notifier' require 'exception_notification/rack' 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
17 entries across 17 versions & 2 rubygems