syntax error in seed script
This commit is contained in:
parent
394bf1acb5
commit
dc0a08172d
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue