Skip to content

Instantly share code, notes, and snippets.

@iflowfor8hours
Created February 7, 2012 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iflowfor8hours/1756902 to your computer and use it in GitHub Desktop.
Save iflowfor8hours/1756902 to your computer and use it in GitHub Desktop.
Scaffolding for review site black tshirts
user
username
password
email
uid
@reviews
tshirt
photo
brand
price
tid
description
sizes available
measurements
@reviews
review
@tid -> all
@uid -> all
rails generate scaffold Users username:string password:string email:string uid:int
rails generate scaffold Tshirts photo:binary brand:string price:int description:string sizes_avail:@char measurements:@fixnum tid:int
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment