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

Fix update to scope that was defined with an enum #281

Closed scottmalone closed 7 years ago

scottmalone commented 7 years ago

This is a non-issue with activesupport 5.0, but prior to that, when check_scope is assigning the attributes hash, the assignment of an enum is invalid and results in a value of 0 being assigned as the scope. Assigning with the enum's setter instead.

Fixes #277

brendon commented 7 years ago

Thanks bro :)