mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Update users_controller.rb
This commit is contained in:
parent
7c57675693
commit
42d65aef23
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ class Admin::UsersController < ApplicationController
|
|||
people.first_name AS first_name,
|
||||
people.public_name AS public_name,
|
||||
people.email AS email').
|
||||
joins(:person).load.order('people.last_name ASC')
|
||||
joins(:person).load.
|
||||
order('people.last_name ASC')
|
||||
end
|
||||
|
||||
def update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue