Hey all,
I have the following code:
But when it's rendered the class='currentSection' is appended as a variable at the end of the URL. I want it to set the class of the URL. What am I doing wrong?Code:<%= link_to 'specials' ,:controller => 'special',:class=>'currentSection' %>
