committed by
Juanjo Bazán
parent
a43c753ebb
commit
fda8412ed3
@@ -6,7 +6,7 @@ class Admin::OrganizationsController < Admin::BaseController
|
||||
|
||||
def index
|
||||
@organizations = @organizations.send(@filter)
|
||||
@organizations = @organizations.includes(:user).order(:name, 'users.email')
|
||||
@organizations = @organizations.includes(:user).order(:name, 'users.email').page(params[:page])
|
||||
end
|
||||
|
||||
def verify
|
||||
|
||||
Reference in New Issue
Block a user