Method: Babik::QuerySet::AbstractAggregationFunction.db_adapter
- Defined in:
- lib/babik/queryset/components/aggregation.rb
.db_adapter ⇒ String
Return the database adapter
77 78 79 |
# File 'lib/babik/queryset/components/aggregation.rb', line 77 def self.db_adapter Babik::Database.config[:adapter] end |