質問編集履歴
2
エラーログの添付
test
CHANGED
File without changes
|
test
CHANGED
@@ -46,9 +46,27 @@
|
|
46
46
|
|
47
47
|
|
48
48
|
|
49
|
-
```
|
49
|
+
```production.log
|
50
50
|
|
51
|
+
Completed 500 Internal Server Error in 94ms (ActiveRecord: 8.2ms)
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
ActionView::Template::Error (undefined method `description' for #<Tracker:0x000055fb96f79bc0>):
|
56
|
+
|
57
|
+
65: <% @trackers.each do |tracker| %>
|
58
|
+
|
51
|
-
|
59
|
+
66: <tr>
|
60
|
+
|
61
|
+
67: <td class="name">
|
62
|
+
|
63
|
+
68: <%= link_to tracker.name, project_issues_path(@project, :set_filter => 1, :tracker_id => tracker.id), :title => tracker.description %>
|
64
|
+
|
65
|
+
69: </td>
|
66
|
+
|
67
|
+
70: <td>
|
68
|
+
|
69
|
+
71: <%= link_to @open_issues_by_tracker[tracker].to_i, project_issues_path(@project, :set_filter => 1, :tracker_id => tracker.id) %>
|
52
70
|
|
53
71
|
```
|
54
72
|
|
1
タイトルを編集
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
###
|
1
|
+
### 実現したいこと
|
2
2
|
|
3
3
|
|
4
4
|
|