# File lib/thinking_sphinx/active_record/database_adapters/abstract_adapter.rb, line 4
  def initialize(model)
    @model = model
  end