質問編集履歴

1

userモデルにhas_many :groupsを追加してもう一度試したが、うまくいかなかった。

2020/11/26 11:11

投稿

shawn_709
shawn_709

スコア13

test CHANGED
File without changes
test CHANGED
@@ -110,6 +110,8 @@
110
110
 
111
111
  has_many :tweets
112
112
 
113
+ has_many :groups
114
+
113
115
  end
114
116
 
115
117
  ```