Unused method removed

This commit is contained in:
Mathieu Magnin 2018-02-06 16:58:04 +01:00
parent 50f35ee905
commit aeaa156f8b

View file

@ -9,8 +9,4 @@ class UserDecorator < Draper::Decorator
'Mme'
end
end
def birthdate_fr
birthdate.strftime('%d/%m/%Y')
end
end