Skip to content

Instantly share code, notes, and snippets.

@sergiotapia
Created June 13, 2013 00:36
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 sergiotapia/5770340 to your computer and use it in GitHub Desktop.
Save sergiotapia/5770340 to your computer and use it in GitHub Desktop.
rails _3.2.13_ new smitecamp
bundle install
rails g scaffold champion name:string title:string hp:integer release_date:date
rake db:migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment