stefankroes / ancestry

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

Fixes `.sort_by_ancestry` with custom `ancestry_column` #656

Closed mitsuru closed 1 year ago

mitsuru commented 1 year ago

Fixes NoMethodError: undefined methodancestry'in.sort_by_ancestry`

kbrock commented 1 year ago

2 parts are not well tested:

kbrock commented 1 year ago

Thank you. I'm going to merge this and then introduce tests that ensure we are testing alternative ancestry columns for the whole suite