utilsateur 46

This commit is contained in:
Nicolas Bally 2017-07-17 17:06:38 +02:00
parent 91a686d648
commit eef6f4ff7c

View File

@ -169,8 +169,12 @@ class Customer < ActiveRecord::Base
def anonyme_nick def anonyme_nick
if id == 46
"Patrick Picton (fondateur)"
else
"Utilisateur#{id}" "Utilisateur#{id}"
end end
end