@@ -54,7 +54,7 class UsersController < ApplicationController | |||||
54 |
|
54 | |||
55 | respond_to do |format| |
|
55 | respond_to do |format| | |
56 | format.html { |
|
56 | format.html { | |
57 |
@groups = Group. |
|
57 | @groups = Group.givable.sort | |
58 | render :layout => !request.xhr? |
|
58 | render :layout => !request.xhr? | |
59 | } |
|
59 | } | |
60 | format.api |
|
60 | format.api |
General Comments 0
You need to be logged in to leave comments.
Login now