stefankroes / ancestry

Organise ActiveRecord model into a tree structure
MIT License
3.71k stars 458 forks source link

update Ancestry writers #633

Closed kbrock closed 1 year ago

kbrock commented 1 year ago

extracted from #600

These are now non-editable class level variables:

If this breaks in developer code try the class variable e.g.: self.class.ancestry_column

kbrock commented 1 year ago

update: