質問編集履歴

2

エラーメッセージを追加しました。

2020/06/04 21:40

投稿

herisson0818
herisson0818

スコア3

test CHANGED
File without changes
test CHANGED
@@ -4,9 +4,23 @@
4
4
 
5
5
  翻訳情報を追加しているのですが、下記のようなタスク新規登録の画面にてエラーが発生します。
6
6
 
7
- なお、コードは以下の通りです。
8
7
 
9
8
 
9
+ 【エラーメッセージ】
10
+
11
+ ActionView::Template::Error (undefined local variable or method `f' for #<#<Class:0x00007f920321bd70>:0x00007f91ffb18ad0>):
12
+
13
+ 10: .form-group
14
+
15
+ 11: =f.label:description
16
+
17
+ 12: =f.text_area :description, rows: 5, class: 'form-control', id: 'task_description'
18
+
19
+ 13: = f.submit nil,class: 'btn btn-primary'
20
+
21
+
22
+
23
+ なお、コードは以下の通りです。
10
24
 
11
25
  【app/views/tasks/new.html.slim】
12
26
 

1

2020/06/04 21:40

投稿

herisson0818
herisson0818

スコア3

test CHANGED
File without changes
test CHANGED
@@ -58,7 +58,7 @@
58
58
 
59
59
  task:タスク
60
60
 
61
- #attributes:
61
+ attributes:
62
62
 
63
63
  task:
64
64