You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: