Generic Drizzle ActiveRecord pattern (kind of)
Hi, I'm trying to do a Drizzle model to inherit from it with some generic methods. Maybe is not the right idea but anyway is fun to try it.
This is my current implementation:
The problem is that it does not detect relations
with
Using the model:
And now when I hover user I don't see avatar
But with vanilla drizzle I see it. Where I'm lossing the types?
Vanilla drizzle is this:
0 Replies