# File lib/thinking_sphinx/active_record/attribute/type.rb, line 6
  def initialize(attribute, model)
    @attribute, @model = attribute, model
  end