SQL Fixes
This commit is contained in:
parent
8b76e30656
commit
ce1b79afa9
3 changed files with 9 additions and 5 deletions
|
@ -50,7 +50,7 @@ class GroupsController < ApplicationController
|
|||
end
|
||||
|
||||
def people
|
||||
@users = group.projects.map(&:users).flatten.uniq
|
||||
@users = group.users
|
||||
end
|
||||
|
||||
protected
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue