eliminate usage of localstorage to cache tag autocomplete results (fixes #3543)

This commit is contained in:
Albert Yi
2018-05-16 16:39:31 -07:00
parent be54741dba
commit 72d72fd3d0
7 changed files with 22 additions and 41 deletions

View File

@@ -8,6 +8,7 @@ class SourcesController < ApplicationController
respond_with(@source.to_h) do |format|
format.xml { render xml: @source.to_h.to_xml(root: "source") }
format.json { render json: @source.to_h.to_json }
end
end