more user display changes

This commit is contained in:
wvengen 2013-09-22 02:15:35 +02:00
parent 6d3db7636a
commit f6c2fd9a9d
5 changed files with 8 additions and 7 deletions

View file

@ -17,7 +17,7 @@ class Group < ActiveRecord::Base
# Returns all NONmembers and a checks for possible multiple Ordergroup-Memberships
def non_members
User.all(:order => 'nick').reject { |u| users.include?(u) }
User.natural_order.all.reject { |u| users.include?(u) }
end
def user_tokens=(ids)