回答編集履歴
1
ソースの修正
test
CHANGED
@@ -2,6 +2,6 @@
|
|
2
2
|
|
3
3
|
# 上長Aを選択肢から消すために、現在ログインしているIDを除外する
|
4
4
|
|
5
|
-
User.where(superior: true).where( id
|
5
|
+
User.where(superior: true).where.not( id: current_user.id )
|
6
6
|
|
7
7
|
```
|