Skip to content

Instantly share code, notes, and snippets.

@tyrotinal
Created May 7, 2013 04:59
Show Gist options
  • Save tyrotinal/5530341 to your computer and use it in GitHub Desktop.
Save tyrotinal/5530341 to your computer and use it in GitHub Desktop.
rails: scaffolding
rails generate scaffold User name:string email:string
rake db:migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment