diff --git a/app/decorators/user_decorator.rb b/app/decorators/user_decorator.rb index 8f77dc857..2ec79a39a 100644 --- a/app/decorators/user_decorator.rb +++ b/app/decorators/user_decorator.rb @@ -9,8 +9,4 @@ class UserDecorator < Draper::Decorator 'Mme' end end - - def birthdate_fr - birthdate.strftime('%d/%m/%Y') - end end