質問編集履歴

1

2020/06/07 16:37

投稿

akaki
akaki

スコア15

test CHANGED
@@ -1 +1 @@
1
- 【rails Ajax】コメント機能で、renderが上手くきかず「Template is missing」エラーになる。
1
+ 【rails Ajax】コメント機能で、renderが上手くきかず「Template is missing」エラーになる。
test CHANGED
@@ -15,20 +15,6 @@
15
15
 
16
16
 
17
17
  ### 発生している問題・エラーメッセージ
18
-
19
-
20
-
21
- ```
22
-
23
- Template is missing
24
-
25
- Missing template comments/index, application/index with {:locale=>[:ja], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :coffee, :jbuilder, :haml]}. Searched in: * "/Users/takumi/soup/app/views" * "/Users/takumi/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/kaminari-core-1.2.0/app/views" * "/Users/takumi/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/devise-4.7.1/app/views"
26
-
27
- ```
28
-
29
- [エラー画像](https://i.gyazo.com/b22575cc086ff935e93de79064e6b988.png)
30
-
31
- ターミナルでも同じような記述がありました。
32
18
 
33
19
 
34
20