Method: NotificationService#pages_domain_disabled

Defined in:
app/services/notification_service.rb

#pages_domain_disabled(domain) ⇒ Object



618
619
620
621
622
# File 'app/services/notification_service.rb', line 618

def pages_domain_disabled(domain)
  project_maintainers_recipients(domain, action: 'disabled').each do |recipient|
    mailer.pages_domain_disabled_email(domain, recipient.user).deliver_later
  end
end