added photos to tom and korth

This commit is contained in:
ilya 2010-08-25 10:17:31 -07:00
parent 8497586547
commit 75d5f19a7d
2 changed files with 4 additions and 2 deletions

View file

@ -7,7 +7,8 @@ user = User.instantiate!( :email => "tom@tom.joindiaspora.com",
:person => { :person => {
:email => "tom@tom.joindiaspora.com", :email => "tom@tom.joindiaspora.com",
:url => remote_url, :url => remote_url,
:profile => { :first_name => "Alexander", :last_name => "Hamiltom" }} :profile => { :first_name => "Alexander", :last_name => "Hamiltom",
:image_url => "http://tom.joindiaspora.com/images/user/tom.jpg"}}
) )
user.person.save! user.person.save!
@ -16,7 +17,8 @@ user2 = User.instantiate!( :email => "korth@tom.joindiaspora.com",
:person => { :email => "korth@tom.joindiaspora.com", :person => { :email => "korth@tom.joindiaspora.com",
:url => remote_url, :url => remote_url,
:profile => { :first_name => "Evan", :profile => { :first_name => "Evan",
:last_name => "Korth"}}) :last_name => "Korth",
:image_url => "http://tom.joindiaspora.com/images/user/korth.jpg"}})
user2.person.save! user2.person.save!

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB