# File lib/thinking_sphinx/property.rb, line 33 def unique_name if @columns.length == 1 @alias || @columns.first.__name else @alias end end