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

Fix identation

parent bacb7c56
...@@ -21,9 +21,10 @@ namespace :job do ...@@ -21,9 +21,10 @@ namespace :job do
} }
Job.create!(job_params) Job.create!(job_params)
end end
rescue rescue
import_logger = ActiveSupport::Logger.new("log/import.log") import_logger = ActiveSupport::Logger.new("log/import.log")
import_logger.info "Skip #{row}" import_logger.info "Skip #{row}"
next next
end
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