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 e1cd48f commit 9f7b99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/course_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def grades_for_group
@users = Group.find_by_name(params[:group]).users.includes(:submits => [:pset, :grade]).order(:name)
else
if Group.count > 0
@users = Group.order(:name).first.users.order(:name)]
@users = Group.order(:name).first.users.order(:name)
end
end
@psets = Pset.order(:order).all
Expand Down

0 comments on commit 9f7b99d

Please sign in to comment.