Class: Renalware::Engine

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

Class Attribute Summary collapse

Class Attribute Details

.exception_notifierObject



74
75
76
# File 'lib/renalware/engine.rb', line 74

def exception_notifier
  @exception_notifier ||= NullExceptionNotifier.new
end