mirror of
https://github.com/jlengrand/exposed-wiki.git
synced 2026-03-10 08:11:18 +00:00
Change backReferencedOn to referrersOn in comment
This commit is contained in:
committed by
Andrey.Tarashevskiy
parent
df57cead03
commit
28c5229c5d
2
DAO.md
2
DAO.md
@@ -130,7 +130,7 @@ class StarWarsFilm(id: EntityID<Int>) : IntEntity(id) {
|
||||
companion object : IntEntityClass<StarWarsFilm>(StarWarsFilms)
|
||||
|
||||
...
|
||||
val ratings by UserRating referrersOn UserRatings.film // make sure to use val and backReferencedOn
|
||||
val ratings by UserRating referrersOn UserRatings.film // make sure to use val and referrersOn
|
||||
...
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user