Commit fcc712c5 by Đường Sỹ Hoàng

Fixed identation

parent 292c3bed
...@@ -11,14 +11,14 @@ namespace :import_job_csv do ...@@ -11,14 +11,14 @@ namespace :import_job_csv do
job.first.update_attributes(job_hash) job.first.update_attributes(job_hash)
else else
Job.create!({ Job.create!({
company_id: row[4], company_id: row[4],
company_name: row[5], company_name: row[5],
location: row[16], location: row[16],
title: row[9], title: row[9],
description: row[7], description: row[7],
position: row[8], position: row[8],
salary: row[11], salary: row[11],
requirement: row[10] requirement: row[10]
}) })
end end
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment