# File lib/thinking_sphinx/active_record/property.rb, line 23
  def name
    (options[:as] || columns.first.__name).to_s
  end