Sha256: a64a9b2ceafdf6ef7732623d817ca4bd2f1e46cce8887471c28a6eee9e070dc9

Contents?: true

Size: 207 Bytes

Versions: 5

Compression:

Stored size: 207 Bytes

Contents

module QuickSearch
  class OpensearchController < ApplicationController

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

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
quick_search-core-0.2.0 app/controllers/quick_search/opensearch_controller.rb
quick_search-core-0.1.1 app/controllers/quick_search/opensearch_controller.rb
quick_search-core-0.1.0 app/controllers/quick_search/opensearch_controller.rb
quick_search-core-0.0.1 app/controllers/quick_search/opensearch_controller.rb
quick_search-core-0.0.1.test app/controllers/quick_search/opensearch_controller.rb