sorting
This commit is contained in:
parent
4220091eae
commit
842e9059e7
|
@ -3,6 +3,6 @@ class StaticController < ApplicationController
|
||||||
end
|
end
|
||||||
|
|
||||||
def about
|
def about
|
||||||
@admins = User.where(admin: true)
|
@admins = User.where(admin: true).order(:id)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue