# File lib/thinking_sphinx/active_record/property_sql_presenter.rb, line 6
  def initialize(property, adapter, associations)
    @property, @adapter, @associations = property, adapter, associations
  end