Skip to content

Instantly share code, notes, and snippets.

@elskwid
Created October 15, 2014 01:15
Show Gist options
  • Save elskwid/4611f27513cf5653ec95 to your computer and use it in GitHub Desktop.
Save elskwid/4611f27513cf5653ec95 to your computer and use it in GitHub Desktop.
JACOB WAS A SLACKER AND MISSED CLASS
bin/rails generate scaffold course title:string description:text
bin/rake db:migrate
bin/rails generate migration add_prereqs_to_courses prereqs:string
bin/rake db:migrate
bin/rails generate model section course:references instructors:string location:string area:string subtitle:string units:string
bin/rake db:migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment