Skip to content

Commit 06cac43

Browse files
committed
Reminder about plurals
1 parent 9c5b8c3 commit 06cac43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is an otherwise empty repository. It is up to you to create the entire appl
1111
These commands will come in handy. They are not described here. Figuring out what they do should be an exercise for you. Anything in `<>` should not be typed literally, you should interpolate what should go there.
1212

1313
- `rails new <app name here>`
14-
- `rails generate scaffold <model name here> <attribute 1>:<attribute 1's type> <attribute2>:...`
14+
- `rails generate scaffold <model name here (plural!)> <attribute 1>:<attribute 1's type> <attribute2>:...`
1515
- `rake db:setup`
1616
- `rake db:migrate`
1717
- `rails server`

0 commit comments

Comments
 (0)