brendon / acts_as_list

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

Removed duplicated assignment #207

Closed shunwen closed 8 years ago

shunwen commented 8 years ago

conditions is set twice in #bottom_item method. Remove the first assignment since it gets override by the next.

brendon commented 8 years ago

Ah yes, someone refactored this out to acts_as_list_list where we used to amend the conditions with more conditions.