Displaying 1 result from an estimated 1 matches for "part_path".
Did you mean:
arg_path
2011 Sep 06
8
Ajax and rails 3 UJS (jquery)
...t;tr>
<td>
<%= part.id %>
</td>
<td><%= link_to(part.title, part) %> </td>
<td><%= link_to ''Preview'', part %></td>
<td><%= link_to ''Update'', edit_part_path(part) %></td>
<td>
<%=
link_to ''Delete'',
part_path(part.id),
''data-method'' => ''delete'',
''data-confirm'' => &...