f.labelでは()は使えないのでしょうか?
全体()は外に出せばエラーからは外れたのですが、文字の後で部分()がある場合はどのようにすれば良いのでしょうか?
<%= form_with model: @customer, url: registration_path do |f| %>
<%= render "public/shared/error_messages", resource: resource %>
f.labelでは()は使えないのでしょうか?
全体()は外に出せばエラーからは外れたのですが、文字の後で部分()がある場合はどのようにすれば良いのでしょうか?
<%= form_with model: @customer, url: registration_path do |f| %>
<%= render "public/shared/error_messages", resource: resource %>
0 コメント