回答編集履歴
1
Fix Typo quection→question
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
```
|
2
2
|
|
3
|
-
<%= render partial: 'show', collection: @questions, as: :que
|
3
|
+
<%= render partial: 'show', collection: @questions, as: :question %>
|
4
4
|
|
5
5
|
```
|
6
6
|
|