vestal_versions icon indicating copy to clipboard operation
vestal_versions copied to clipboard

Tracking of dependent items

Open piotrmurach opened this issue 13 years ago • 1 comments

Hi, This is an awesome plugin you have there:) I thought I will use one its features for deletion tracking in Rails 2.3.8 using vestal_versions v. 1.0.2 as in

class User < ActiveRecord::Base versioned :dependent => :tracking end

throws ArgumentError: The :dependent option expects either :destroy, :delete_all, or :nullify (:tracking). Unfortunately, I am not able to switch this project to Rails 3... not yet... and test it there.

piotrmurach avatar Mar 19 '11 12:03 piotrmurach

I am having the same issue with a 2.3.14 rails app. I am also unable to switch to rails 3.x at present. Is there something else I need to do to get the :tracking option to work?

CITguy avatar Dec 28 '11 13:12 CITguy