Last active
January 17, 2019 08:19
-
-
Save TeTiRoss/1aab0275183c931a65089d1aea1900ed to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'csv' | |
CSV.foreach(filename, :headers => true) 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