diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index db4b417536..2860437310 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -1668,7 +1668,7 @@ right in the form where you create the post. First, create a new model to hold the tags: -$ rails generate model tag name:string post:references +$ rails generate model Tag name:string post:references Again, run the migration to create the database table: