Class: Sunspot::Query::CommonQuery

Inherits:
Object
  • Object
show all
Defined in:
lib/query/stat_query.rb

Instance Method Summary collapse

Instance Method Details

#add_stat(stat) ⇒ Object



5
6
7
8
# File 'lib/query/stat_query.rb', line 5

def add_stat(stat)
  @components << stat
  stat
end