Skip to content
Snippets Groups Projects
Commit 12f68724 authored by maxwell's avatar maxwell
Browse files

commas in seed script

parent 6e29a66e
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ remote_url = "http://tom.joindiaspora.com/"
user = User.instantiate!( :email => "tom@tom.joindiaspora.com",
:username => "tom",
:password => "evankorth",
:url=> "http://#{username}.joindiaspora.com/"
:url=> "http://#{username}.joindiaspora.com/",
:person => {
:diaspora_handle => "tom@tom.joindiaspora.com",
:url => remote_url,
......@@ -23,7 +23,7 @@ user.person.save!
user2 = User.instantiate!( :email => "korth@tom.joindiaspora.com",
:password => "evankorth",
:username => "korth",
:url=> "http://#{username}.joindiaspora.com/"
:url=> "http://#{username}.joindiaspora.com/",
:person => { :diaspora_handle => "korth@tom.joindiaspora.com",
:url => remote_url,
:profile => { :first_name => "Evan",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment