Module: NdrError
- Defined in:
- lib/ndr_error.rb,
lib/ndr_error/engine.rb,
lib/ndr_error/finder.rb,
lib/ndr_error/fuzzing.rb,
lib/ndr_error/logging.rb,
lib/ndr_error/version.rb,
app/models/ndr_error/log.rb,
lib/ndr_error/uuid_builder.rb,
app/models/ndr_error/fingerprint.rb,
app/helpers/ndr_error/errors_helper.rb,
lib/ndr_error/backtrace_compression.rb,
app/helpers/ndr_error/application_helper.rb,
lib/ndr_error/middleware/public_exceptions.rb,
app/controllers/ndr_error/errors_controller.rb,
app/controllers/ndr_error/application_controller.rb
Overview
rubocop:disable Metrics/ClassLength
Defined Under Namespace
Modules: ApplicationHelper, BacktraceCompression, ErrorsHelper, Finder, Fuzzing, Logging, Middleware, UuidBuilder Classes: ApplicationController, Engine, ErrorsController, Fingerprint, Log
Constant Summary collapse
- VERSION =
'1.0.0'
Constants included from Logging
Logging::ANCILLARY_ATTRS_WHITELIST
Class Method Summary collapse
-
.table_name_prefix ⇒ Object
Help Rails find the table of any namespaced modules.
Methods included from Finder
Methods included from Logging
Class Method Details
.table_name_prefix ⇒ Object
Help Rails find the table of any namespaced modules.
84 85 86 |
# File 'lib/ndr_error.rb', line 84 def self.table_name_prefix 'error_' end |