acts_as_voteable (0.1.1) - Now playing nicely with rails 1.2
Posted by ben, Thu Feb 01 06:33:00 UTC 2007
the acts_as_voteable plugin was updated to version 0.1.1 to refactor several methods and most importantly get rid of things that were deprecated in the 1.2 release of rails. Namely the ’:dependent => true’ was changed to ’:dependent => :destroy’
If you need help installing or updating the plugin you may read my post on the script/plugin command