Module: Searchgasm::ActiveRecord::Associations::Shared
- Included in:
- ActiveRecord::Associations::HasManyAssociation
- Defined in:
- lib/searchgasm/active_record/associations.rb
Instance Method Summary collapse
Instance Method Details
#count_with_searchgasm(*args) ⇒ Object
17 18 19 20 21 |
# File 'lib/searchgasm/active_record/associations.rb', line 17 def count_with_searchgasm(*args) = args. args << () count_without_searchgasm(*args) end |