Skip to content

Commit af9ecc7

Browse files
authored
Merge pull request rails#54060 from SepsiLaszlo/add-missing-whitespace-to-generating-child-models-section
Add missing whitespace to Generating Child Models section [ci skip]
2 parents 77b924e + 3f1d383 commit af9ecc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/association_basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1768,7 +1768,7 @@ Next, we generate the `Car`, `Motorcycle`, and `Bicycle` models that inherit
17681768
from Vehicle. These models won't have their own tables; instead, they will use
17691769
the `vehicles` table.
17701770

1771-
To generate the`Car` model:
1771+
To generate the `Car` model:
17721772

17731773
```bash
17741774
$ bin/rails generate model car --parent=Vehicle

0 commit comments

Comments
 (0)