How to correct write this record? When I write the following code, which you can see in this post I have received following mistake: undefined method `stringify_keys' for "/plant/index":String
Html code
<li class="new_button">
<%= link_to "Plants", plant_path, :class=>"greens" do %>
<span></span>
<% end %>
</li>
I need (just with link_to)
<li class="new_button"><a href="#" class="greens">Plants<span></span></a></li>