mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
use CamelCase convention for "tag" model name
This commit is contained in:
parent
342f84ad45
commit
2bcfdec227
1 changed files with 1 additions and 1 deletions
|
@ -1668,7 +1668,7 @@ right in the form where you create the post. First, create a new model to hold
|
|||
the tags:
|
||||
|
||||
<shell>
|
||||
$ rails generate model tag name:string post:references
|
||||
$ rails generate model Tag name:string post:references
|
||||
</shell>
|
||||
|
||||
Again, run the migration to create the database table:
|
||||
|
|
Loading…
Reference in a new issue