search for: help_path

Displaying 1 result from an estimated 1 matches for "help_path".

Did you mean: help_page
2010 Sep 03
1
Action Controller Error: undefined local variable or method `current_user'
...;> 4: <ul> 5: <li><%= link_to "Home", root_path %></li> 6: <% if signed_in? %> 7: <li><%= link_to "Profile", current_user %></li> 8: <% end %> 9: <li><%= link_to "Help", help_path %></li> Trace of template inclusion: app/views/layouts/application.html.erb Rails.root: /Users/iamme/Sites/sample_app Application Trace | Framework Trace | Full Trace app/helpers/sessions_helper.rb:13:in `signed_in?'' app/views/layouts/_header.html.erb:6:in `_app_views_layouts__h...