Method: ArHelpControl#data_filter

Defined in:
app/controls/ar_help_control.rb

#data_filterObject

Will return query to report data



88
89
90
# File 'app/controls/ar_help_control.rb', line 88

def data_filter
  ArTemp.where(key: temp_key).order(:order)
end