Displaying 1 result from an estimated 1 matches for "new_artist_path".
2010 Aug 12
10
Scaffolding working...kinda
..._artist_path(artist) %></td>
<td><%= link_to ''Destroy'', artist, :confirm => ''Are you sure?'',
:method => :delete %></td>
</tr>
<% end %>
</table>
<br />
<%= link_to ''New artist'', new_artist_path %>
**************************************************************
When I view the page, it displays the "Show" "Edit" "Destroy" links, and
displays these for the number of items I have within the database. I
added an additional item to the database and the "Sh...