Sha256: a80892ffcf531f73be198e710cc1b0e14a0233feb1b8b8d19cf404a6ca9f4e83

Contents?: true

Size: 433 Bytes

Versions: 8

Compression:

Stored size: 433 Bytes

Contents

Errdo.setup do |config|

  # This is the name of the class inside your application that the exceptions are stored as.
  # Exceptions are a reserved class name.
  #
  # If you want to rename it, make sure you also change the migration that comes with the gem.
  # Setting this to nil means that errors won't be tracked in the database
  # Note: The model name "{name}_instance" should also be free
  #
  config.error_name = :errs

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
errdo-0.12.12 test/tmp/config/initializers/errdo.rb
errdo-0.12.5 test/tmp/config/initializers/errdo.rb
errdo-0.12.4 test/tmp/config/initializers/errdo.rb
errdo-0.12.3 test/tmp/config/initializers/errdo.rb
errdo-0.12.1 test/tmp/config/initializers/errdo.rb
errdo-0.11.6 test/tmp/config/initializers/errdo.rb
errdo-0.11.5 test/tmp/config/initializers/errdo.rb
errdo-0.11.3 test/tmp/config/initializers/errdo.rb