Commit 4c77e3c8 by Ngô Trung Hưng

fix bug

parent 0924d8d3
Pipeline #809 canceled with stages
in 0 seconds
...@@ -47,8 +47,8 @@ class ImportData ...@@ -47,8 +47,8 @@ class ImportData
company_id: company_id, company_id: company_id,
level: val['level'], level: val['level'],
salary: val['salary'], salary: val['salary'],
create_date: Time.now,
description: desc) do |job| description: desc) do |job|
job.create_date = Time.now
job.cities << city job.cities << city
job.industries << industry job.industries << industry
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