1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add missing type reference here

This commit is contained in:
Zachary Scott 2015-05-24 21:18:09 -07:00
parent c0c90af41a
commit 83d0252fe3

View file

@ -36,6 +36,6 @@ Description:
Examples:
`rails generate scaffold post`
`rails generate scaffold post title body:text published:boolean`
`rails generate scaffold post title:string body:text published:boolean`
`rails generate scaffold purchase amount:decimal tracking_id:integer:uniq`
`rails generate scaffold user email:uniq password:digest`