datamapper / dm-is-tree

DataMapper plugin allowing the creation of tree structures from data models
http://datamapper.org/
MIT License
21 stars 8 forks source link

Option for destroying parent and children #4

Closed activestylus closed 13 years ago

activestylus commented 13 years ago

Would be useful to have something like

is :tree, :dependent => :destroy

for cases where you'd like to "prune" your tree

benhoskings commented 13 years ago

Looks like e86f5f2 closes this?

xaviershay commented 13 years ago

uhuh