Mr. Clean! deploy even cleaner, no more silly way of doing things

This commit is contained in:
ilya 2010-08-24 15:54:02 -07:00
parent f3f2eb5abf
commit e65ce0e5c1

View file

@ -19,8 +19,7 @@ def create
:password => "#{username+backer_info[backer_number]['pin'].to_s}",
:person => Person.new(
:email => "#{username}@#{username}.joindiaspora.com",
: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"),
:profile => Profile.new( :first_name => backer_info[backer_number]['given_name'], :last_name => backer_info[backer_number]['family_name']),
:url=> "http://#{username}.joindiaspora.com/")
)
user.person.save