If I destroy a record that's not the last one, the next adition will be repeated. The ID generator uses the count of records in a table. https://github.com/lukelex/csv_record/blob/master/lib/csv_record/writer.rb#L100-L102
If I destroy a record that's not the last one, the next adition will be repeated.
The ID generator uses the count of records in a table.
https://github.com/lukelex/csv_record/blob/master/lib/csv_record/writer.rb#L100-L102