Displaying 1 result from an estimated 1 matches for "url_for_method".
2007 Aug 22
1
Tabbed Navigation
...add more views that need
tabbed_navigators, but I''ll hold off on that to see where the repetition
crops up.
''tabbed_navigator'' helper takes the array of tabs and renders them as an ul
with links. Highlighting rules are currently done with a current_page? call.
tab(name, url_for_method, options) Returns a Hash with greater verbosity and
possible defaults.
---------------------------------------------------------------------------
Right now this looks like the simplest way to do things. I looked a bit at:
http://blog.seesaw.it/articles/2006/07/23/the-easiest-way-to-add-tabbed-...