Merge branch 'master' of github.com:diaspora/diaspora_rails

This commit is contained in:
Raphael 2010-07-22 10:12:42 -07:00
commit 7ccf391ca5

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