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 -~----------~----~----~----~------~----~------~--~---

