Hey everyone,
What if i need to do this in my routes.rb--
a has many b, b has many c, and c has many d
How on earth do i define the nested routes like that? Thanks
Hey everyone,
What if i need to do this in my routes.rb--
a has many b, b has many c, and c has many d
How on earth do i define the nested routes like that? Thanks
nvm heres a great link-- Buckblog: Nesting resources
Excellent explanation, worked for me at least
yeah ,very good