Hi,
I tried finding any topic on this on the forum but can't find it.
Let's say I create a module with some relational models.
But one of these has to be related to a user model in the ROOT/app/models
How would I need to do that?
Check out the docs on this, by configuring the "model_to" property you can relate to any class. When the other model is in the app it will be just the classname, for models from other modules or from packages you must include the namespace.