|
|
|
@ -31,7 +31,9 @@ namespace :tfxy do
|
|
|
|
|
mail: teach_data.cell(r, 6),
|
|
|
|
|
profile_completed: true,
|
|
|
|
|
professional_certification: 1,
|
|
|
|
|
certification: 1
|
|
|
|
|
certification: 1,
|
|
|
|
|
laboratory_id: Laboratory.first.id
|
|
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
if user.save!
|
|
|
|
@ -148,7 +150,8 @@ namespace :tfxy do
|
|
|
|
|
mail: student_data.cell(r, 9),
|
|
|
|
|
profile_completed: true,
|
|
|
|
|
professional_certification: 1,
|
|
|
|
|
certification: 1
|
|
|
|
|
certification: 1,
|
|
|
|
|
laboratory_id: Laboratory.first.id
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
if user.save!
|
|
|
|
|