mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
Merge branch 'master' of github.com:domify/registry
This commit is contained in:
commit
ba4878ba62
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ class Admin::AdminUsersController < AdminController
|
||||||
|
|
||||||
def index
|
def index
|
||||||
@q = AdminUser.search(params[:q])
|
@q = AdminUser.search(params[:q])
|
||||||
@admin_users = @q.result.page(params[:page])
|
@admin_users = @q.result.page(params[:page]).order(:username)
|
||||||
end
|
end
|
||||||
|
|
||||||
def new
|
def new
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue