質問編集履歴

1

f.fields_forの誤字を修正しました

2021/03/19 08:57

投稿

zoff77
zoff77

スコア19

test CHANGED
File without changes
test CHANGED
@@ -154,7 +154,7 @@
154
154
 
155
155
  <% @bookings.each do |day| %>
156
156
 
157
- <%= f.fields_for "receptions[]", day do |rb| %>
157
+ <%= f.fields_for "bookings[]", day do |rb| %>
158
158
 
159
159
  <% css_class =
160
160