# File lib/thinking_sphinx/active_record/column_sql_presenter.rb, line 14 def with_table return __name if string? return nil unless exists? quoted_table = escape_table? ? escape_table(table) : table "#{quoted_table}.#{adapter.quote __name}" end