Class: QuickSearch::OpensearchController

Inherits:
ApplicationController show all
Defined in:
app/controllers/quick_search/opensearch_controller.rb

Instance Method Summary collapse

Instance Method Details

#opensearchObject



4
5
6
# File 'app/controllers/quick_search/opensearch_controller.rb', line 4

def opensearch
  response.headers['Content-Type'] = 'application/opensearchdescription+xml; charset=utf-8'
end