<%= form_with model: @order, url: { action: 'update' } do |f| %> <%= f.submit %> <% end %>