diff --git a/app/models/person_notifier.rb b/app/models/person_notifier.rb index 5e8febf..9edb78a 100644 --- a/app/models/person_notifier.rb +++ b/app/models/person_notifier.rb @@ -58,11 +58,6 @@ class PersonNotifier Person.find(person_id).notifier.notify end - def failure(job) - person = Person.find(person_id) - person.notifier.dispatch_notification_mail - end - end class Mailer < ActionMailer::Base -- libgit2 0.21.2