teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

更新

2020/11/17 11:30

投稿

asm
asm

スコア15149

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