module AutoAlert::ActsAsAlert::SingletonMethods

Public Instance Methods

scan_all_unresolved!() click to toggle source
# File lib/auto_alert/acts_as_alert.rb, line 26
def scan_all_unresolved!
  unresolved.each { |unresolved_alert| unresolved_alert.alertable.scan_for_alerts! }
end