mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-12 21:00:58 +00:00
Also return users without a team on UserCollection service
This commit is contained in:
parent
e32dd60032
commit
d5d804a56f
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ class Api::V1::UsersCollection < Api::V1::Collection
|
|||
.project(columns)
|
||||
.join(teams_table, Arel::Nodes::OuterJoin)
|
||||
.on(joins)
|
||||
.where(users_table[:team_id].not_eq(nil))
|
||||
.order(users_table[:id])
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue