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

Version Path
exceptionally-1.4.4 lib/exceptionally.rb
exceptionally-1.4.3 lib/exceptionally.rb
exceptionally-1.4.2 lib/exceptionally.rb
exceptionally-1.4.1 lib/exceptionally.rb
exceptionally-1.4.0 lib/exceptionally.rb
exceptionally-1.3.0 lib/exceptionally.rb
exceptionally-1.2.0 lib/exceptionally.rb
exceptionally-1.1.0 lib/exceptionally.rb