質問編集履歴
1
エラーメッセージの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -10,6 +10,18 @@
|
|
10
10
|
|
11
11
|
NameError in Messages#index
|
12
12
|
|
13
|
+
Showing /Users/kaeo/projects/gol-po/app/views/messages/index.html.erb where line #22 raised:
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
undefined local variable or method `message' for #<#<Class:0x00007fb582acef38>:0x00007fb582acd5e8>
|
18
|
+
|
19
|
+
Did you mean? @message
|
20
|
+
|
21
|
+
@messages
|
22
|
+
|
23
|
+
|
24
|
+
|
13
25
|
```
|
14
26
|
|
15
27
|
|