diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 3c86e22368..abdb4cbab9 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -1766,7 +1766,7 @@ and in `app/controllers/comments_controller.rb`: end ``` -Within the `article` model, after running a migration to add a `status` column, you would add: +Within the `article` model, after running a migration to add a `status` column using `bin/rails db:migrate` command, you would add: ```ruby class Article < ApplicationRecord