Fixed ruby 1.9.2 module issue
This commit is contained in:
parent
0be85dff2d
commit
6e4b4bc81b
1 changed files with 90 additions and 90 deletions
|
|
@ -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
|
||||||
|
|
@ -128,5 +129,4 @@ module Diaspora
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue