/pools: fix pagination typo.
This commit is contained in:
@@ -17,7 +17,7 @@ class PoolsController < ApplicationController
|
|||||||
end
|
end
|
||||||
|
|
||||||
def index
|
def index
|
||||||
@pools = Pool.includes(:creator).paginated_search(search_params)
|
@pools = Pool.includes(:creator).paginated_search(params)
|
||||||
respond_with(@pools)
|
respond_with(@pools)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user