Skip to content

Commit

Permalink
eh
Browse files Browse the repository at this point in the history
  • Loading branch information
stgm committed Jun 3, 2015
1 parent 9f7b99d commit 7333a9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/course_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ def grades_for_group
else
if Group.count > 0
@users = Group.order(:name).first.users.order(:name)
else
@users = User.active.no_group.not_admin.order(:name)
end
end
@psets = Pset.order(:order).all
Expand Down

0 comments on commit 7333a9a

Please sign in to comment.