better_nested_set
better_nested_set copied to clipboard
undefined method `siblings' for #<Class:0x50d6808>
When I use the "roots" method it works. Records are created successfully and the tree works fine.
When trying to make use of "siblings" or any of the other methods, I get "undefined method" errors.
I'm using rails 2.3.3.
Is this still an issue, or is it resolved by the syntax error in the model file?
Fixed. Thanks for your help.