Hi,
I like to create a portal like site with alot of different sidebars.
A bit like yahoo.com for example.
Is it possible to render a view / layout with data from different controllers /
actions.
A search on the net brought no solution.
Thanks
Hi,
I like to create a portal like site with alot of different sidebars.
A bit like yahoo.com for example.
Is it possible to render a view / layout with data from different controllers /
actions.
A search on the net brought no solution.
Thanks
It sounds like partials are what you need. The API docs cover them quite nicely... http://rails.rubyonrails.com/classes/ActionView/Partials.html
- Matt