diff --git a/db/seeds/tom.rb b/db/seeds/tom.rb index dc5ad445f..4121cebdc 100644 --- a/db/seeds/tom.rb +++ b/db/seeds/tom.rb @@ -9,7 +9,7 @@ require 'config/environment' # Create seed user -user = User.create( :email => "tom@joindiaspora.com", :password => "evankorth", :profile => Profile.create( :first_name => "Alexander", :last_name => "Hamiltom" )) +user = User.create( :email => "tom@joindiaspora.com", :password => "evankorth", :url => "http://tom.joindiaspora.com/", :profile => Profile.create( :first_name => "Alexander", :last_name => "Hamiltom" )) names = [ ["George", "Washington"], ["John", "Adams"],