Skip to content

Commit

Permalink
Merge pull request #44440 from eduardoyutaka/fix-spacing-on-guides
Browse files Browse the repository at this point in the history
Add spacing to curly braces [ci-skip]

(cherry picked from commit 60f2744)
  • Loading branch information
jonathanhefner committed Feb 15, 2022
1 parent 3b59b09 commit b7c40c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/active_record_querying.md
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ Or, in English: "return all books that have a review by a customer."
##### Joining Nested Associations (Multiple Level)

```ruby
Author.joins(books: [{reviews: { customer: :orders} }, :supplier] )
Author.joins(books: [{ reviews: { customer: :orders } }, :supplier] )
```

This produces:
Expand Down

0 comments on commit b7c40c0

Please sign in to comment.