Skip to content

Commit f5a7d2e

Browse files
authored
Merge pull request rails#43622 from ivan-denysov/patch-1
2 parents 037339e + f133004 commit f5a7d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1766,7 +1766,7 @@ and in `app/controllers/comments_controller.rb`:
17661766
end
17671767
```
17681768

1769-
Within the `article` model, after running a migration to add a `status` column, you would add:
1769+
Within the `article` model, after running a migration to add a `status` column using `bin/rails db:migrate` command, you would add:
17701770

17711771
```ruby
17721772
class Article < ApplicationRecord

0 commit comments

Comments
 (0)