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

Fix identation

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