James Byrne wrote:
Classes and ids for CSS are easy to produce:
link_to "Articles", articles_path, :id => "news", :class => "article" # => <a href="/articles" class="article" id="news">Articles</a>
In my code I do this:
<%= link_to 'List All Vendors', vendors_path, :id="vendors_index" %>
and right after I posted this I saw my error = instead of =>.