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

Enable Nested No Update Blocks #343

Closed conorbdaly closed 5 years ago

conorbdaly commented 5 years ago

This should allow nesting blocks by keeping a simple count of how many times no_update has been enabled for each class. If that number is any positive integer, we apply no update.

brendon commented 5 years ago

This is great! :)

swanandp commented 5 years ago

Very cool, thanks!