Displaying 1 result from an estimated 1 matches for "contenet_for_layout".
2010 Oct 13
2
Routing Error
...ntroller=>"site"%>|
<%=link_to "About Us",:action=>"about",:controller=>"site"%>|
<%=link_to "Help",:action=>"help",:controller=>"site"%>
</p>
<div id="content">
<%= @contenet_for_layout%>
</div>
<p>
<% if ENV["RAILS_ENV"] == "development" %>
<%= debug(params)%>
<% end %>
</p>
<%= yield %>
</body>
</html>
i dont no why i am getting routing error when i am click register
button
--
You receive...