Skip to content

Commit

Permalink
Update README for has_many change
Browse files Browse the repository at this point in the history
  • Loading branch information
hasghari committed Jul 11, 2019
1 parent c02071b commit 7eebc21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ variables:
tables:
- table: books
query: "select * from books where author_id = %{author_id}"
has_many:
- chapters
has_many:
books:
- chapters
```

or
Expand Down

0 comments on commit 7eebc21

Please sign in to comment.