syntax error in seed script

This commit is contained in:
ilya 2010-09-21 16:23:42 -07:00
parent 394bf1acb5
commit dc0a08172d

View file

@ -35,7 +35,7 @@ def create
:person => Person.new(
:profile => Profile.new( :first_name => backer_info[backer_number]['given_name'], :last_name => backer_info[backer_number]['family_name'],
:image_url => "http://#{username}.joindiaspora.com/images/user/#{username}.jpg")
)
))
user.person.save!
user.aspect(:name => "Presidents")