Skip to content
Extraits de code Groupes Projets
Valider 015cc9e4 rédigé par danielgrippi's avatar danielgrippi
Parcourir les fichiers

actually fix specs/cucumber

parent 119cb37b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -18,8 +18,13 @@ class SignedRetraction
:target_author_signature,
:sender
#NOTE(fix this hack -- go through the app and make sure we only call RelayableRetraction in a unified way)
def author
sender.person
if sender.is_a?(User)
sender.person
else
sender
end
end
def signable_accessors
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter