Commit baa590fd by nnnghia98

fix row name in job_csv.rb

parent 650fe20d
...@@ -4,7 +4,7 @@ class JobCsv ...@@ -4,7 +4,7 @@ class JobCsv
end end
def title def title
@title ||= @row["title"] @title ||= @row["name"]
end end
def level def level
......
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