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

Lock! the record before destroying #201

Closed brendon closed 8 years ago

brendon commented 8 years ago

This is instead of reloading. lock! also conditionally reloads if the record is persisted. Fixes #122.

tfausak commented 8 years ago

👍