From aeaa156f8b0d56155e8376e3658c6ab7eb10e5d2 Mon Sep 17 00:00:00 2001 From: Mathieu Magnin Date: Tue, 6 Feb 2018 16:58:04 +0100 Subject: [PATCH] Unused method removed --- app/decorators/user_decorator.rb | 4 ---- 1 file changed, 4 deletions(-) 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