回答編集履歴
1
whereが先のほうがよさそう
test
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
|
9
9
|
```ruby
|
10
10
|
|
11
|
-
Group.
|
11
|
+
Group.where(status_id: group_status.id).ransack(title_cont_all: key).result
|
12
12
|
|
13
13
|
```
|
14
14
|
|