undefined method 'prepend_sibling' as of 7.0
jasonsof opened this issue · 2 comments
jasonsof commented
I'm using Rails 5.2.0 and just updated ClosureTree to 7.0 from 6.6.0
prepend_sibling and append_sibling are both returning undefined method errors on a model that has has_closure_tree. Both of those methods were working fine before.
Anyone else experiencing this? is this a defect?
edit: here's a contrived example with an rspec test showing the issue: https://github.com/jasonsof/tree_list
manme commented