Updated to Rails 7.0.5.1

This commit is contained in:
2023-06-28 15:01:01 +01:00
parent b1009ec4de
commit 31e1311fe6
10 changed files with 171 additions and 141 deletions

View File

@@ -1,4 +1,4 @@
<%= form_with(model: virtual) do |form| %>
<%= form_with(model: [@domain,virtual]) do |form| %>
<% if virtual.errors.any? %>
<div style="color: red">
<h2><%= pluralize(virtual.errors.count, "error") %> prohibited this virtual from being saved:</h2>