fix for pool selection
This commit is contained in:
@@ -16,7 +16,7 @@ class PoolsController < ApplicationController
|
||||
|
||||
def index
|
||||
@search = Pool.active.search(params[:search])
|
||||
@pools = @search.paginate(params[:page]).order("name")
|
||||
@pools = @search.paginate(params[:page]).order("updated_at desc")
|
||||
respond_with(@pools)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user