Displaying 1 result from an estimated 1 matches for "mainleft".
Did you mean:
  marginleft
  
2010 Oct 30
3
Authlogic not active
Trying to add authlogic in a simple project but get the error;
Showing app/views/layouts/application.html.erb where line #33 raised:
undefined method `underscore'' for nil:NilClass
Extracted source (around line #33):
30:   <div id="mainleft">
31:      <ul class="menu">
32: 		<li><%= nav_link "Home", "site", "index"  %></li>
33:         <% if current_user %>
34: 		 <li>The site</li>
35:         <% else %>
36:           <li><%= nav_l...