fix indent

parent 484d787f
Pipeline #856 failed with stages
in 0 seconds
...@@ -55,10 +55,10 @@ class CSVImporter ...@@ -55,10 +55,10 @@ class CSVImporter
salary = row["salary"] salary = row["salary"]
job = Job.find_or_create_by!(title: title_job, job = Job.find_or_create_by!(title: title_job,
description: description_job, description: description_job,
level: level, level: level,
salary: salary, salary: salary,
company_id: company_id) company_id: company_id)
industry_name = row["category"] industry_name = row["category"]
industries_relationship = Industry.where(name: industry_name) industries_relationship = Industry.where(name: industry_name)
......
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