Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

using paper trail, getting the difference with object_changes?

I am using paper trail with Rails 3.1 and would like to get a diff between models. It looks like this is supported by adding object_changes as a text column to versions. I have done this but the changeset is not being saved. Is there any other step that needs to be done?

like image 564
timpone Avatar asked Apr 14 '12 02:04

timpone


1 Answers

You need to restart your server for paper trail to pick up the change

like image 189
morgler Avatar answered Nov 05 '22 01:11

morgler