Module: QuickCount::ActiveRecord
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/quick_count/active_record.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
-
#count_estimate ⇒ Object
Instance method for ActiveRecord::Relation.
Instance Method Details
#count_estimate ⇒ Object
Instance method for ActiveRecord::Relation
14 15 16 |
# File 'lib/quick_count/active_record.rb', line 14 def count_estimate QuickCount.count_estimate(to_sql, connection: connection) end |