eliminate usage of localstorage to cache tag autocomplete results (fixes #3543)
This commit is contained in:
@@ -22,6 +22,10 @@ class PoolsController < ApplicationController
|
||||
format.xml do
|
||||
render :xml => @pools.to_xml(:root => "pools")
|
||||
end
|
||||
format.json do
|
||||
render json: @pool.to_json
|
||||
expires_in 7.days
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user