Skip to content

Instantly share code, notes, and snippets.

@joshmcarthur
Created November 16, 2012 02:44
Show Gist options
  • Save joshmcarthur/4083478 to your computer and use it in GitHub Desktop.
Save joshmcarthur/4083478 to your computer and use it in GitHub Desktop.
CSV.foreach(path, headers: true, header_converters: :symbol) do |row|
User.create(row.to_hash)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment