# File lib/thinking_sphinx/active_record/attribute/type.rb, line 18
  def type
    @type ||= attribute.options[:type] || type_from_database
  end