eliminate usage of localstorage to cache tag autocomplete results (fixes #3543)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user