We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5446842 + dda4b24 commit 6dc55c3Copy full SHA for 6dc55c3
guides/source/getting_started.md
@@ -1344,7 +1344,7 @@ This is very similar to the `Article` model that you saw earlier. The difference
1344
is the line `belongs_to :article`, which sets up an Active Record _association_.
1345
You'll learn a little about associations in the next section of this guide.
1346
1347
-The (`:references`) keyword used in the bash command is a special data type for models.
+The (`:references`) keyword used in the shell command is a special data type for models.
1348
It creates a new column on your database table with the provided model name appended with an `_id`
1349
that can hold integer values. To get a better understanding, analyze the
1350
`db/schema.rb` file after running the migration.
0 commit comments