make the director more forgiving
This commit is contained in:
parent
44c29cf8e6
commit
762646dbe8
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ module Diaspora
|
|||
|
||||
def build(builder)
|
||||
@structure.inject("") do |xml, method|
|
||||
xml << builder.send(method)
|
||||
xml << builder.send(method) if builder.respond_to? method
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue