質問編集履歴

1

エラー文の追加

2020/05/16 12:22

投稿

penepososu
penepososu

スコア5

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,16 @@
1
1
  # Module::DelegationErrorの解決方法
2
+
3
+
4
+
5
+ Module::DelegationError in Rooms#show
6
+
7
+ Showing /app/app/views/rooms/show.html.erb where line #12 raised:
8
+
9
+ signed_id delegated to attachment, but attachment is nil というエラー
10
+
11
+
12
+
13
+
2
14
 
3
15
  画像がnilの場合でスキップする方法として、調べたところ、バリデーションのallow_nilオプションが使用されていないとありますがどのようにすれば良いのでしょうか?
4
16