回答編集履歴
1
更新
test
CHANGED
@@ -1,5 +1,7 @@
|
|
1
|
-
```
|
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
|
```
|