Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
naysayer opened this issue Apr 19, 2016 · 1 comment

Comments

@naysayer
Copy link

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:

  • All classes that use acts as list use a scope to a parent class.
  • Ruby version 2.3.0
  • Rails version 4.2.6
@fabn
Copy link
Collaborator

fabn commented Apr 19, 2016

See #199 and changelog

Version 0.7.3 has been yanked

TLDR;

Upgrade to v0.7.4

@fabn fabn closed this as completed Apr 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants