質問編集履歴

1

user.rbの変更

2020/04/21 04:37

投稿

tomohiro2525
tomohiro2525

スコア12

test CHANGED
File without changes
test CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
  def permit_share?(house) #申請してるかの確認
36
36
 
37
- Share.where(house_id: self.id)
37
+ Share.where(ok_request: "1")
38
38
 
39
39
  end
40
40