mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 01:06:05 +01:00
sorting
This commit is contained in:
parent
4220091eae
commit
842e9059e7
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ class StaticController < ApplicationController
|
|||
end
|
||||
|
||||
def about
|
||||
@admins = User.where(admin: true)
|
||||
@admins = User.where(admin: true).order(:id)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue