that TODO is done

This commit is contained in:
Neil Lalonde 2015-12-04 15:13:28 -05:00
parent 5be3bf80eb
commit 6a9f288ab3

View File

@ -48,7 +48,7 @@ class ImportScripts::Zoho < ImportScripts::Base
id: username,
username: username,
email: u[1],
created_at: Time.zone.now # TODO: updated created_at based on the oldest post by each user
created_at: Time.zone.now
}
end
end