Class: ThinkingSphinx::ActiveRecord::SimpleManyQuery
- Inherits:
-
PropertyQuery
- Object
- PropertyQuery
- ThinkingSphinx::ActiveRecord::SimpleManyQuery
- Defined in:
- lib/thinking_sphinx/active_record/simple_many_query.rb
Instance Method Summary collapse
Methods inherited from PropertyQuery
Constructor Details
This class inherits a constructor from ThinkingSphinx::ActiveRecord::PropertyQuery
Instance Method Details
#to_s ⇒ Object
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 |