So the links/edge tables support STI. How can I make it so that it supports STI node models as well?
I have STI models. The gem inserts entries correctly when I use the create_edge method but when I call the .children it queries the base class and not the STI class name.
So the links/edge tables support STI. How can I make it so that it supports STI node models as well?
I have STI models. The gem inserts entries correctly when I use the create_edge method but when I call the .children it queries the base class and not the STI class name.