added photos to tom and korth
This commit is contained in:
parent
8497586547
commit
75d5f19a7d
2 changed files with 4 additions and 2 deletions
|
|
@ -7,7 +7,8 @@ user = User.instantiate!( :email => "tom@tom.joindiaspora.com",
|
|||
:person => {
|
||||
:email => "tom@tom.joindiaspora.com",
|
||||
: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!
|
||||
|
||||
|
|
@ -16,7 +17,8 @@ user2 = User.instantiate!( :email => "korth@tom.joindiaspora.com",
|
|||
:person => { :email => "korth@tom.joindiaspora.com",
|
||||
:url => remote_url,
|
||||
:profile => { :first_name => "Evan",
|
||||
:last_name => "Korth"}})
|
||||
:last_name => "Korth",
|
||||
:image_url => "http://tom.joindiaspora.com/images/user/korth.jpg"}})
|
||||
|
||||
user2.person.save!
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 128 KiB |
Loading…
Reference in a new issue