Login
From:
Write Software, Well
(Uncensored)
subscribe
Working with Nested Resources in Ruby on Rails
https://www.writesoftwarewell.com/nested-resources-rails/
links
backlinks
Tagged with:
router
Roast topics
Find topics
Find it!
Rails allows you to nest a resource within another resource to express the logical relationship between them. This post shows how nested resources work in Rails.