回答編集履歴

1

更新

2020/11/17 11:30

投稿

asm
asm

スコア15149

test CHANGED
@@ -1,5 +1,7 @@
1
- ```erb
1
+ ```diff
2
2
 
3
+ - <%= render partial: "prototype", collecition: @prototypes %>
4
+
3
- <%= render partial: "prototype", collection: @prototypes %>
5
+ + <%= render partial: "prototype", collection: @prototypes %>
4
6
 
5
7
  ```