Sha256: bfeb8ee2cb1e9738655a759e922e975e8ecd0d1aaf5b6978f36348f7745023de
Contents?: true
Size: 158 Bytes
Versions: 6
Compression:
Stored size: 158 Bytes
Contents
module Notifiable def notifiable(&block) yield rescue => exception ExceptionNotifier.deliver_exception_notification(exception) raise end end
Version data entries
6 entries across 6 versions & 1 rubygems