Class: Tally::Record

Inherits:
ApplicationRecord show all
Defined in:
app/models/tally/record.rb

Class Method Summary collapse

Class Method Details

.search(*args) ⇒ Object



25
26
27
# File 'app/models/tally/record.rb', line 25

def self.search(*args)
  RecordSearcher.search(*args)
end