Skip to content

Commit 39cb852

Browse files
committed
Merge pull request #393 from xiangzhuyuan/master
Plural version of the model detected, using singularized version.
2 parents 4d19278 + c507132 commit 39cb852

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
@@ -67,7 +67,7 @@ Rails directory.
6767
### Usage
6868

6969
For this walkthrough I've generated a new Rails application, and run
70-
`rails generate scaffold posts name:string`.
70+
`rails generate scaffold post name:string`.
7171

7272
Let's run a test:
7373

0 commit comments

Comments
 (0)