% title "Test Page" %> <% select_tab "Tab 1" %> <% select_sub_tab "Sub Tab" %> <% sub_tabs do %> <%= sub_tab "Sub Tab", "/" %> <%= sub_tab "Sub Tab 2", "/2" %> <% end %>
This page overrides the main tabs with its own.
<%= link_to "Check It Out", { :controller => "test", :action => "tab_override"}%>