Actually do something

This commit is contained in:
Raphael 2010-09-22 22:59:17 -07:00
parent 494f765066
commit f11a481ed7

View file

@ -62,6 +62,7 @@ namespace :db do
if person.owner if person.owner
person.url = APP_CONFIG[:pod_url] person.url = APP_CONFIG[:pod_url]
person.diaspora_handle = person.owner.diaspora_handle person.diaspora_handle = person.owner.diaspora_handle
person.save
end end
} }
puts "everything should be peachy" puts "everything should be peachy"