Implement 'import' action

This commit is contained in:
2024-11-17 03:39:39 +01:00
parent 41982e9dbc
commit f0e28deea2
3 changed files with 24 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
<%= turbo_stream.update :units do %>
<%= render(@units) || render_no_items %>
<% end %>