Sha256: 7cd351570fb93c87592c96563060847b9518244203f747f7663f590209bf86d8
Contents?: true
Size: 246 Bytes
Versions: 16
Compression:
Stored size: 246 Bytes
Contents
# frozen_string_literal: true # Log actual exceptions, not a string representation module ActionController::Live # rubocop:disable ClassAndModuleChildren undef_method :log_error def log_error(exception) logger.fatal(exception) end end
Version data entries
16 entries across 16 versions & 1 rubygems