Remove useless from parameter in mailers
We already defined a default one in ApplicationMailer
This commit is contained in:
parent
503f174f4b
commit
e14d1a6c15
5 changed files with 5 additions and 8 deletions
|
@ -4,7 +4,7 @@ class NewAdminMailer < ApplicationMailer
|
|||
@admin = admin
|
||||
@password = password
|
||||
|
||||
mail(from: "tps@apientreprise.fr", to: 'tech@apientreprise.fr',
|
||||
mail(to: 'tech@apientreprise.fr',
|
||||
subject: "Création d'un compte Admin TPS")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue