mirror of
https://github.com/jlengrand/exposed-wiki.git
synced 2026-03-10 08:11:18 +00:00
Added space back to reference headers
This commit is contained in:
committed by
Andrey.Tarashevskiy
parent
3ed5062c1b
commit
fa71fa2a44
4
DAO.md
4
DAO.md
@@ -77,7 +77,7 @@ movie.delete()
|
||||
```
|
||||
|
||||
## Referencing
|
||||
### Simple-reference
|
||||
### Simple reference
|
||||
Let's say you have this table:
|
||||
```kotlin
|
||||
object Users: IntIdTable() {
|
||||
@@ -124,7 +124,7 @@ You can call:
|
||||
```kotlin
|
||||
movie.ratings // returns all UserRating objects with this movie as film
|
||||
```
|
||||
### Optional-reference
|
||||
### Optional reference
|
||||
You can also add an optional reference:
|
||||
```kotlin
|
||||
object UserRatings: IntIdTable() {
|
||||
|
||||
Reference in New Issue
Block a user