mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo: test -> text
This commit is contained in:
parent
904e3f4465
commit
0d3254e3e6
1 changed files with 1 additions and 1 deletions
|
@ -654,7 +654,7 @@ The easiest way to see functional tests in action is to generate a controller
|
|||
scaffold:
|
||||
|
||||
```bash
|
||||
$ bin/rails generate scaffold_controller article title:string body:test
|
||||
$ bin/rails generate scaffold_controller article title:string body:text
|
||||
...
|
||||
create app/controllers/articles_controller.rb
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue