Sha256: fdbb5c1b2bf2559d2baaddec9f1cf48c6f5995571d8b449ff9d4ab8b21819a94

Contents?: true

Size: 307 Bytes

Versions: 1

Compression:

Stored size: 307 Bytes

Contents

require 'tire'
Dir[File.join(File.dirname(__FILE__), 'extensions', 'tire_adapter', '*.rb')].each {|file| require file }

module Georgia
  module Indexer
    class TireAdapter

      # Delegate search to the model
      def search model, params
        model.search model, params
      end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
georgia-0.7.4 lib/georgia/indexer/tire_adapter.rb