Sha256: dcc6521851ee513db12414b3daee377ca771e96106309d9d6a82c558662cc9a2

Contents?: true

Size: 349 Bytes

Versions: 5

Compression:

Stored size: 349 Bytes

Contents

require "sunspot_stats/version"

%w(field_query).each do |file|
  require File.join(File.dirname(__FILE__), "dsl", file)
end


%w(stat_search stat_row stat_facet).each do |file|
  require File.join(File.dirname(__FILE__), "search", file)
end

%w(stat_query field_stat).each do |file|
  require(File.join(File.dirname(__FILE__), 'query', file))
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sunspot_stats-0.0.7 lib/sunspot_stats.rb
sunspot_stats-0.0.6 lib/sunspot_stats.rb
sunspot_stats-0.0.5 lib/sunspot_stats.rb
sunspot_stats-0.0.3 lib/sunspot_stats.rb
sunspot_stats-0.0.2 lib/sunspot_stats.rb