Commit 3bf72133 authored by Anferny Vanta's avatar Anferny Vanta

hi

parent 629fa5cb
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<td> <%= car.slot_number %> </td> <td> <%= car.slot_number %> </td>
<td> <%= car.is_taken %> </td> <td> <%= car.is_taken %> </td>
<td> <%= car.created_at %> </td> <td> <%= car.created_at %> </td>
<td> <%= link_to "Delete", records_path(@car), method: :delete, data: {confirm: "Are you sure?"} %> </td> <td> <%= link_to "Delete", car, method: :delete, data: {confirm: "Are you sure?"} %> </td>
</tr> </tr>
<% end %> <% end %>
</table> </table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment