Module: SmokeDetector::Providers::Airbrake::ControllerMethods

Defined in:
lib/smoke_detector/providers/airbrake.rb

Instance Method Summary collapse

Instance Method Details

#alert_smoke_detector(exception, options = {}) ⇒ Object



24
25
26
27
28
# File 'lib/smoke_detector/providers/airbrake.rb', line 24

def alert_smoke_detector(exception, options = {})
  super if defined?(super)

  notify_airbrake(exception)
end