Skip to content

Commit 3f1d383

Browse files
committed
Add missing whitespace to Generating Child Models section
1 parent d8a3011 commit 3f1d383

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)