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
You can add missing columns to non_versioned_columns, also in the documentation. Automatic column detection like you've described would be nice if someone has a patch.
acts_as_versioned should determine which columns to version, based on the #{model}_versions table.
The documentation for ActiveRecord::Acts::Versioned::ClassMethods#acts_as_versioned says:
but this is clearly not the case (with version 0.5.2). For any attributes missing in the _versions table, I get:
The text was updated successfully, but these errors were encountered: