Skip to content

Instantly share code, notes, and snippets.

@HammerInTheNews
Created January 29, 2015 14:41
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 HammerInTheNews/f84a24c3292cf926fb2b to your computer and use it in GitHub Desktop.
Save HammerInTheNews/f84a24c3292cf926fb2b to your computer and use it in GitHub Desktop.
# This creates Review model, controller, columns, and indexed movie_id column, and a one-to-many relationship between reviews movies.
rails g resource Review name:string stars:integer comment:text movie:references --no-test-framework
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment