Skip to content
Extraits de code Groupes Projets
Valider 762646db rédigé par danielvincent's avatar danielvincent
Parcourir les fichiers

make the director more forgiving

parent 44c29cf8
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Chargement en cours
...@@ -12,7 +12,7 @@ module Diaspora ...@@ -12,7 +12,7 @@ module Diaspora
def build(builder) def build(builder)
@structure.inject("") do |xml, method| @structure.inject("") do |xml, method|
xml << builder.send(method) xml << builder.send(method) if builder.respond_to? method
end end
end end
end end
......
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