> How can I render all the topics, items, and attachments in a single > page. Previously I used lot of partials wherein main show page would > call _topics partial and it would then call _items partial etc...
There shouldn't be any problem at all doing this. You'd have a topics page, say yoursite.com/topics/sometopic Then in the view you just loop through @topic.articles, etc. Just because you have a restful URL scheme, it doesn't mean that your view can only display data from one model. SH -- Starr Horne My blog: http://starrhorne.com Check out my Helpdesk RailsKit: http://railskits.com/helpdesk/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

