fixes #905, as well as fix for pool nav
This commit is contained in:
@@ -21,6 +21,10 @@ class PoolElementsController < ApplicationController
|
||||
respond_with(@pool, :location => post_path(@post))
|
||||
end
|
||||
|
||||
def all_select
|
||||
@pools = Pool.active.all
|
||||
end
|
||||
|
||||
private
|
||||
def append_pool_to_session(pool)
|
||||
recent_pool_ids = session[:recent_pool_ids].to_s.scan(/\d+/)
|
||||
|
||||
Reference in New Issue
Block a user