vestal_versions
vestal_versions copied to clipboard
Tracking of dependent items
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.
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?