Sha256: bb0c75774ab7d8c22ac74588e4aa0045c8640cef8dbd89a47ee7cd33857c6fe1
Contents?: true
Size: 338 Bytes
Versions: 8
Compression:
Stored size: 338 Bytes
Contents
require 'exceptionally/controller' require 'exceptionally/exceptions' require 'exceptionally/handler' require 'exceptionally/railtie' module Exceptionally @@report_errors = Rails.env.production? def self.report_errors=(report_errors) @@report_errors = report_errors end def self.report_errors @@report_errors end end
Version data entries
8 entries across 8 versions & 1 rubygems