Merge pull request #43622 from ivan-denysov/patch-1

This commit is contained in:
Vipul A M 2021-11-10 03:16:23 +05:30 committed by GitHub
commit f5a7d2e266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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