There was an error while loading. Please reload this page.
The descendants/descendants_of methods are instance/class methods, which cannot be use when using scopes. Find a way to allow things like
Node.where(foo: 'bar').descendants
instead of
Node.descendants_of(Node.where(foo: 'bar'))