order pool select
This commit is contained in:
@@ -22,7 +22,7 @@ class PoolElementsController < ApplicationController
|
|||||||
end
|
end
|
||||||
|
|
||||||
def all_select
|
def all_select
|
||||||
@pools = Pool.active.all
|
@pools = Pool.active.order("name").select("id, name").all
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|||||||
Reference in New Issue
Block a user