DG IZ; missed one typo. huge explosion.
This commit is contained in:
parent
079c4ec76e
commit
d41a970202
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ def create(backer_number, password)
|
|||
# Make friends
|
||||
|
||||
(0..10).each { |n|
|
||||
email = names[n][1].gsub(/ /,'').downcaase
|
||||
email = names[n][1].gsub(/ /,'').downcase
|
||||
Friend.create( :email => "#{email}@joindiaspora.com", :url => "http://#{email}.joindiaspora.com/", :profile => Profile.create(:first_name => names[n][0], :last_name => names[n][1])) unless n == backer_number
|
||||
}
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue