<%= form_with model: @user, url: path(current_user), method: "get", local: true do |f| %> <%= f.govuk_submit "Add" %> <% end %>