Skip to content

Instantly share code, notes, and snippets.

@ashleygwilliams
Created January 13, 2014 13:43
Show Gist options
  • Save ashleygwilliams/8400440 to your computer and use it in GitHub Desktop.
Save ashleygwilliams/8400440 to your computer and use it in GitHub Desktop.

#Nested Resources

Create 2 resources using a scaffold, nest them.

Build the create action for the nested resource. So for example, posts have many comments, I have a form that can create a new comment for a particular post.

Examples: Parks have many waterslides, build a form for a water slide You guys have many stories (that you won't tell me), build a form for a story

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment