# File lib/thinking_sphinx/active_record/interpreter.rb, line 33
  def polymorphs(column, options)
    __source.polymorphs << ::ThinkingSphinx::ActiveRecord::Polymorpher.new(
      __source, column, options[:to]
    )
  end