diff options
Diffstat (limited to 'app/mailers/emails/pipelines.rb')
-rw-r--r-- | app/mailers/emails/pipelines.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/mailers/emails/pipelines.rb b/app/mailers/emails/pipelines.rb index 773b9fead3a..f2538d28a1a 100644 --- a/app/mailers/emails/pipelines.rb +++ b/app/mailers/emails/pipelines.rb @@ -10,6 +10,10 @@ module Emails pipeline_mail(pipeline, recipients, 'failed') end + def pipeline_fixed_email(pipeline, recipients) + pipeline_mail(pipeline, recipients, 'been fixed') + end + private def pipeline_mail(pipeline, recipients, status) |