mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 03:58:27 +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
|
||||
@q = AdminUser.search(params[:q])
|
||||
@admin_users = @q.result.page(params[:page])
|
||||
@admin_users = @q.result.page(params[:page]).order(:username)
|
||||
end
|
||||
|
||||
def new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue