Class: ActiveRecord::Refined::BlockContext
- Inherits:
-
Object
- Object
- ActiveRecord::Refined::BlockContext
- Defined in:
- lib/active_record/refined.rb
Constant Summary collapse
- AGGREGATE_FUNCTIONS =
{ count: :count, sum: :sum, avg: :average, min: :minimum, max: :maximum, }.freeze
- SCALAR_FUNCTIONS =
%i[upper lower length trim coalesce abs round].freeze