I'm following the Lift tutorial and it is referencing to a User
object. It doesn't say where it's coming from. I also could not find it in the API. Does anyone know what I have to import to get it?
Here's the sample code with a FK to User
in the model:
object owner extends MappedLongForeignKey(this, User)