style check

This commit is contained in:
Tanguy PATTE 2015-08-20 16:42:05 +02:00
parent 5fea76bfef
commit 3c7d291c52

View file

@ -2,7 +2,7 @@ class CommentaireDecorator < Draper::Decorator
delegate_all
def created_at_fr
created_at.to_datetime.strftime("%d/%m/%Y - %H:%M")
created_at.to_datetime.strftime('%d/%m/%Y - %H:%M')
rescue
'dd/mm/YYYY - HH:MM'
end