Merge pull request #43356 from lavalleeale/patch-1

Change "bash" to "shell" in getting started guide [ci-skip]
This commit is contained in:
Jonathan Hefner 2021-10-01 11:22:10 -05:00 committed by GitHub
commit 6dc55c36e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1344,7 +1344,7 @@ This is very similar to the `Article` model that you saw earlier. The difference
is the line `belongs_to :article`, which sets up an Active Record _association_.
You'll learn a little about associations in the next section of this guide.
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.
It creates a new column on your database table with the provided model name appended with an `_id`
that can hold integer values. To get a better understanding, analyze the
`db/schema.rb` file after running the migration.