Fixed ruby 1.9.2 module issue

This commit is contained in:
Manuel Schölling 2011-10-17 23:49:05 +02:00
parent 0be85dff2d
commit 6e4b4bc81b

View file

@ -29,6 +29,7 @@ module Diaspora
xml_attr :public xml_attr :public
xml_attr :created_at xml_attr :created_at
end end
end
def diaspora_handle def diaspora_handle
read_attribute(:diaspora_handle) || self.author.diaspora_handle read_attribute(:diaspora_handle) || self.author.diaspora_handle
@ -129,4 +130,3 @@ module Diaspora
end end
end end
end