#4807 better method/variable naming
This commit is contained in:
parent
e61c53f267
commit
f5c2dc03c5
5 changed files with 11 additions and 11 deletions
|
@ -52,9 +52,9 @@ class DossierMailerPreview < ActionMailer::Preview
|
|||
def notify_automatic_deletion_to_administration
|
||||
DossierMailer.notify_automatic_deletion_to_administration([deleted_dossier, deleted_dossier], administration_email)
|
||||
end
|
||||
|
||||
def notify_dossier_not_submitted
|
||||
DossierMailer.notify_dossier_not_submitted(draft)
|
||||
|
||||
def notify_brouillon_not_submitted
|
||||
DossierMailer.notify_brouillon_not_submitted(draft)
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue