Displaying 1 result from an estimated 1 matches for "menu_display".
2006 Feb 11
7
Menu Helper
...ving trouble deciding
where to put the code. Below is what I''ve tried to get out of the "Four
Days on Rails" tutorial but no luck. Any help would be appreciated. Am
I on the right track?
Thanks,
Sam
views/layout/application.rhtml (All I added was the method call to
"menu_display")
==============================
<html>
<head>
<title>Test</title>
<%= stylesheet_link_tag ''scaffold'' %>
</head>
<body>
<%= menu_display %>
<p style="color: green"><%= flash[:notice] %></p>
<%=...