style check
This commit is contained in:
parent
3c7d291c52
commit
a1e9b938d6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ class DossierDecorator < Draper::Decorator
|
|||
delegate_all
|
||||
|
||||
def date_fr
|
||||
date_previsionnelle.to_date.strftime("%d/%m/%Y")
|
||||
date_previsionnelle.to_date.strftime('%d/%m/%Y')
|
||||
rescue
|
||||
'dd/mm/YYYY'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue