Displaying 1 result from an estimated 1 matches for "new_element_path".
2006 Dec 26
0
acts_as_taggable Plugin issue (not gem)
...ot;"#{params[:tag_name]}"" %>.</p>
<table>
<tr>
</tr>
<%= render :partial => ''element'', :collection => @elements %>
</table>
<% end %>
<br />
<%= link_to ''New element'', new_element_path %>
</code>
This returns that the array is empty and there''s nothing in the tag in
http://localhost:3000/elements/tagged/:tag_name
SO teh view is seeing it, but the controller is not getting it. Because
in the console, using a string in place of params(:tag_name) returns an
actua...