about summary refs log tree commit diff
path: root/app/views/machines/_form.html.erb
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-09-14 23:34:39 -0400
committerBen Harris <ben@tilde.team>2021-09-14 23:34:39 -0400
commitf9ea5e999a298f658ef7fb2abc7c13ba3ca412cb (patch)
tree091233c6f148f976433e0193868d3a1f1fa2f06e /app/views/machines/_form.html.erb
parentd32e71077cb5a874c69edfc8db77b272a1388623 (diff)
fix turbo redirects
Diffstat (limited to 'app/views/machines/_form.html.erb')
-rw-r--r--app/views/machines/_form.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/machines/_form.html.erb b/app/views/machines/_form.html.erb
index ae1a515..1f693aa 100644
--- a/app/views/machines/_form.html.erb
+++ b/app/views/machines/_form.html.erb
@@ -1,4 +1,4 @@
-<%= form_with model: @machine, local: true do |form| %>
+<%= form_with model: @machine do |form| %>
   <br>
   <div>
     <%= form.label :name %><br>