Skip to content

Instantly share code, notes, and snippets.

Created January 20, 2014 21:18
Show Gist options
  • Save anonymous/8529422 to your computer and use it in GitHub Desktop.
Save anonymous/8529422 to your computer and use it in GitHub Desktop.
rails and angularjs quick dev
rails generate scaffold Post title:string body:string
rake db:migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment