Class: ThinkingSphinx::ActiveRecord::SimpleManyQuery

Inherits:
PropertyQuery
  • Object
show all
Defined in:
lib/thinking_sphinx/active_record/simple_many_query.rb

Instance Method Summary collapse

Methods inherited from PropertyQuery

#initialize

Constructor Details

This class inherits a constructor from ThinkingSphinx::ActiveRecord::PropertyQuery

Instance Method Details

#to_sObject



6
7
8
# File 'lib/thinking_sphinx/active_record/simple_many_query.rb', line 6

def to_s
  "#{identifier} from #{source_type}; #{queries.join('; ')}"
end