fix(attestation template): validate on edit form load
This commit is contained in:
parent
17141a26d5
commit
d82620d1ff
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ module Administrateurs
|
|||
|
||||
def edit
|
||||
@attestation_template = build_attestation_template
|
||||
@attestation_template.validate
|
||||
end
|
||||
|
||||
def update
|
||||
|
|
Loading…
Add table
Reference in a new issue