PaperTrail Manually create version
问题 I have a spreadsheet of items which I convert to CSV and import using a custom import script into my Rails based application. The spreadsheet contains a row for each record but some rows hold different versions of previous rows. When importing the CSV I currently mark the second row using a "past_version" field but I am now thinking that implementing a full versioning gem would be a much nicer way of going about it. I have been reading through the docs for PaperTrail and it looks perfect for