This commit is contained in:
Vokhmin Alexey V 2014-03-24 22:37:51 +04:00
parent f254b4d0a2
commit 64f969274d
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ class Platforms::PlatformsController < Platforms::BaseController
end end
def members def members
@members = @platform.members.order('name') @members = @platform.members.order(:uname)
end end
def remove_members def remove_members