about summary refs log tree commit diff
path: root/app/views/machines
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/machines')
-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>