回答編集履歴
1
更新
answer
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
-
```
|
1
|
+
```diff
|
2
|
+
- <%= render partial: "prototype", collecition: @prototypes %>
|
2
|
-
<%= render partial: "prototype", collection: @prototypes %>
|
3
|
+
+ <%= render partial: "prototype", collection: @prototypes %>
|
3
4
|
```
|