search for: show_article

Displaying 1 result from an estimated 1 matches for "show_article".

2006 Jul 07
5
link_to: link is missing id
...olding), the link has no id value: <% for article in @articles %> <tr> <% for column in Article.content_columns %> <td><%=h article.send(column.name) %></td> <% end %> <td><%= link_to ''Show'', :action => ''show_article'', :id => article %></td> <td><%= link_to ''Edit'', :action => ''edit_article'', :id => article %></td> <td><%= link_to ''Destroy'', { :action => ''destroy_article'', :id...