Nested Resources
So far I have put in over 27 hours into my rails finale application before I ran into a troublesome error. I figured it would have to do with my routes since its an error stating
"No route matches ..... missing required keys: [:id]"
so I did what developers do best, look at the new error for about 10 minutes, then changes this up. I dibble and dabbled with it for a good 20 minutes before I went running back to the ROR guide
Talk about being blown away! at a first glance this seemed to be an easy fix. So I assumed(making a fool out of yourself) and went to work, forgetting to note that, I had to manually change all my paths for that model after nesting it. Please don't think I am complaining, well maybe a little bit. At the end, of the day, nested resources actually saved me a lot of time by doing a lot of the relational ties & connections for the models. I am actually eager to dive right back in, learning what else I can unfold.










