[Rails] Submenu in Rails

2011-02-17 Thread Bhasker Harihara
Hi All, Is it necessary to have a separate controller for each sub-menu and sub-sub-menus. I want the nav buttons of the main section and the sub-menu point to each other, is this possible with rails partials ? Is there any tutorial for sub-menus ? Thanks Warm Regards, -- You received this

Re: [Rails] Submenu in Rails

2011-02-17 Thread Edmond Kachale
2011/2/17 Bhasker Harihara harihara.bhas...@gmail.com Hi All, Is it necessary to have a separate controller for each sub-menu and sub-sub-menus. No, it' s not necessary . The issue of menus, sub-menu etc are graphical layout that can be customized by CSS and HTML. suppose we have the

Re: [Rails] Submenu in Rails

2011-02-17 Thread Edmond Kachale
Le 17 février 2011 18:04:42 UTC+2, edmond.kachale edmond.kach...@baobabhealth.org a écrit : 2011/2/17 Bhasker Harihara harihara.bhas...@gmail.com Is there any tutorial for sub-menus ? I haven't searched for one, but that is a wake up call for me to create one for rails newbies!! You