Class: Renalware::Engine

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

Class Attribute Summary collapse

Class Attribute Details

.exception_notifierObject



79
80
81
# File 'lib/renalware/engine.rb', line 79

def exception_notifier
  @exception_notifier ||= NullExceptionNotifier.new
end