Class: ActiveRecordQuery::WhereGroup

Inherits:
ConditionGroup show all
Defined in:
lib/active_record_query/conditions/where_group.rb

Overview

Identifies a type of ConditionGroup with glue set to ‘and’ operator This class is used whenever a ‘where’ condition is called with a block

Class Method Summary collapse

Class Method Details

.glueObject



5
6
7
# File 'lib/active_record_query/conditions/where_group.rb', line 5

def self.glue
  :and
end