Oh, and the links you posted in the first post don't specify a controller so it assumes those actions all belong to the current controller which obviously is not the case...so you need to add the site controller to the links:
<%= link_to_unless_current "Help", :controller => 'site', :action => 'help' %> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

