Sha256: aa03ea5ac25680ef257df4a21fabb4c38327e49dcdbae0083e0998d99a0f42fd
Contents?: true
Size: 320 Bytes
Versions: 2
Compression:
Stored size: 320 Bytes
Contents
require "action_mailer" module ExceptionNotification autoload :Notifiable, 'exception_notification/notifiable' autoload :Notifier, 'exception_notification/notifier' #autoload :NotifierHelper, 'exception_notification/notifier_helper' autoload :ConsiderLocal, 'exception_notification/consider_local' end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
panmind-exception_notification-2.3.10 | lib/exception_notification.rb |
exception_notification-2.3.3.0 | lib/exception_notification.rb |