Class: Tally::Record
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Tally::Record
- 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 |