aav also requires an xxx_versions table (e.g., foo_versions if you're
versioning foos).  Check the documentation; there's a class-level
method added to models that acts_as_versioned that will create the
version table for you if you add it to a migration.

On Dec 7, 8:24 pm, Ben Wilson <[EMAIL PROTECTED]> wrote:
> Okay, I had a legacy table that had no versioning. I added Acts As
> Versioned, by adding the "version" column to said database, and adding
> the acts_as_versioned to the model. When I tried to "save()" a record,
> I got an "uninitialized constant ActiveRecord::Table::Version" The
> field existed in the database, and the table_versions table was there.
> When I used "save_without_revision()", the record saved without a
> problem.
>
> Any clue on what I need to do to fix this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to