# File lib/thinking_sphinx/active_record/index.rb, line 42
  def unique_attribute_names
    attributes.collect(&:name)
  end