I just added acts_as_archive to a brand new Rails 3.1 app and I get this error when running rake db:migrate :
AlsoMigrate error: undefined local variable or method `old_table' for AlsoMigrate::Migrator::InstanceMethods::AlsoMigrate:Module
It does not create any of the archiv tables.
I just use Rails 3.1 out of the box. ActsAsArchive was the first gem I added and tested.
I just added acts_as_archive to a brand new Rails 3.1 app and I get this error when running rake db:migrate :
It does not create any of the archiv tables.
I just use Rails 3.1 out of the box. ActsAsArchive was the first gem I added and tested.