質問編集履歴
1
userモデルにhas_many :groupsを追加してもう一度試したが、うまくいかなかった。
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
|
```
|