brendon / acts_as_list

An ActiveRecord plugin for managing lists.
http://brendon.github.io/acts_as_list/
MIT License
2.05k stars 356 forks source link

Exception raised when calling destroy "NameError - instance variable @scope_changed not defined:" #206

Closed naysayer closed 8 years ago

naysayer commented 8 years ago

I recently upgraded from v0.6.0 to v0.7.3 and begun to notice an issue when calling destroy on an instance that was using acts_as_list. As stated in the title, the exception raised is "NameError - instance variable @scope_changed not defined:" This issue only effect instances from classes that uses acts_as_list. Reverting back to my original version of 0.6.0 solved the issue for the time being.

Other Info:

fabn commented 8 years ago

See #199 and changelog

Version 0.7.3 has been yanked

TLDR;

Upgrade to v0.7.4