module SmokeDetector::Providers::Airbrake::ControllerMethods

Public Instance Methods

alert_smoke_detector(exception, options = {}) click to toggle source
Calls superclass method
# File lib/smoke_detector/providers/airbrake.rb, line 24
def alert_smoke_detector(exception, options = {})
  super if defined?(super)

  notify_airbrake(exception)
end