Sha256: c2ebf22d72b49d899d3c032dbef0e9c9a27cdd80cdf9e8fc9493f2cc3b2e9267
Contents?: true
Size: 341 Bytes
Versions: 1
Compression:
Stored size: 341 Bytes
Contents
module ThinkingSphinx::SphinxQL mattr_accessor :weight, :group_by, :count def self.functions! self.weight = 'weight()' self.group_by = 'groupby()' self.count = 'count(*)' end def self.variables! self.weight = '@weight' self.group_by = '@groupby' self.count = '@count' end self.variables! end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
thinking-sphinx-3.0.6 | lib/thinking_sphinx/sphinxql.rb |