I am trying to import a few CSV files into my rails app. I learned and managed to import tables into Models without association.
Now i have managed to import the da
You may want to use this gem for importing CSV: https://github.com/michaelnera/active_record_importer
It's easy to use.