質問編集履歴

2

誤時により修正

2020/05/30 08:02

投稿

shun0211
shun0211

スコア4

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  1: - if user_signed_in?
22
22
 
23
- 2: - if @set_list.liked_by?(current_user)
23
+ 2: - if set_list.liked_by?(current_user)
24
24
 
25
25
  3: = link_to event_set_list_likes_path(event, set_list), method: :delete, remote: true do
26
26
 
@@ -94,7 +94,7 @@
94
94
 
95
95
  - if user_signed_in?
96
96
 
97
- - if @set_list.liked_by?(current_user)
97
+ - if set_list.liked_by?(current_user)
98
98
 
99
99
  = link_to event_set_list_likes_path(event, set_list), method: :delete, remote: true do
100
100
 

1

参考にしたサイトの追加

2020/05/30 08:02

投稿

shun0211
shun0211

スコア4

test CHANGED
File without changes
test CHANGED
@@ -75,6 +75,16 @@
75
75
 
76
76
 
77
77
  部分テンプレートからではなくviewに同じ記載をすると上記のようなエラーはでません。
78
+
79
+
80
+
81
+ ### 参考にしたサイト
82
+
83
+ https://qiita.com/naberina/items/c6b5c8d7756cb882fb20
84
+
85
+ https://qiita.com/fumikao/items/373caa60b77f27f2dbdd
86
+
87
+
78
88
 
79
89
 
80
90