using owner instead of first user

This commit is contained in:
ilya 2010-07-22 09:55:13 -07:00
parent 14533f6534
commit 8d87f07d31

View file

@ -16,7 +16,7 @@ class Photo < Post
def remote_photo
User.first.url.chop + image.url
User.owner.url.chop + image.url
end
def remote_photo= remote_path