Method: CoreAccount#email_notification_templates

Defined in:
lib/app/models/concerns/core_account.rb

#email_notification_templatesObject

return the email notifications templates, these are custom notifications sent by an admin.



46
47
48
# File 'lib/app/models/concerns/core_account.rb', line 46

def email_notification_templates
  templates.where(_type: 'EmailNotificationTemplate')
end