質問編集履歴

2

再投稿

2021/07/22 05:10

投稿

taco
taco

スコア4

test CHANGED
File without changes
test CHANGED
@@ -204,7 +204,7 @@
204
204
 
205
205
 
206
206
 
207
- binding.pryでどんなparamsが送られてきているかを確認していました。データ自体は送られてきているので、createに問題があるように思いました。
207
+ binding.pryでどんなparamsが送られてきているかを確認していました。データ自体は送られてきているので、createに問題があるように思いました。その他わからない点があればアップします!
208
208
 
209
209
 
210
210
 

1

images: []と記述変更しています

2021/07/22 05:10

投稿

taco
taco

スコア4

test CHANGED
File without changes
test CHANGED
@@ -188,7 +188,7 @@
188
188
 
189
189
  def class_communication_params
190
190
 
191
- params.require(:class_communications_tag).permit(:class_communication_day, :title, :text, :tag_name, :images).merge(user_id: current_user.id)
191
+ params.require(:class_communications_tag).permit(:class_communication_day, :title, :text, :tag_name, images: []).merge(user_id: current_user.id)
192
192
 
193
193
  end
194
194