Class: Renalware::Engine

Inherits:
Rails::Engine
  • Object
show all
Defined in:
lib/renalware/engine.rb

Overview

rubocop:disable Metrics/ClassLength

Class Attribute Summary collapse

Class Attribute Details

.exception_notifierObject



104
105
106
# File 'lib/renalware/engine.rb', line 104

def exception_notifier
  @exception_notifier ||= NullExceptionNotifier.new
end