Broke photo signing

This commit is contained in:
ilya 2010-07-23 15:22:04 -07:00
parent e43f54cc72
commit 2f35d07807

View file

@ -27,6 +27,7 @@ class Photo < Post
end
def remote_photo= remote_path
@remote_photo = remote_path
image.download! remote_path
image.store!
end