url not path

This commit is contained in:
ilya 2010-07-21 21:13:31 -07:00
parent a222edc646
commit 14533f6534

View file

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