回答編集履歴

1

Fix Typo quection→question

2021/04/02 12:31

投稿

hatsu
hatsu

スコア1809

test CHANGED
@@ -1,6 +1,6 @@
1
1
  ```
2
2
 
3
- <%= render partial: 'show', collection: @questions, as: :quection %>
3
+ <%= render partial: 'show', collection: @questions, as: :question %>
4
4
 
5
5
  ```
6
6