MS IZ saved the person model

This commit is contained in:
maxwell 2010-08-10 15:10:11 -07:00
parent 016c8fa471
commit 7ff25ef81a

View file

@ -110,7 +110,7 @@ class Person
end
def recieve_url
"#{self.url}user/#{self.owner.id}"
"#{self.url}user/#{self.id}"
end
protected