Method: Arel::TreeManager::StatementMethods#where

Defined in:
activerecord/lib/arel/tree_manager.rb

#where(expr) ⇒ Object



39
40
41
42
# File 'activerecord/lib/arel/tree_manager.rb', line 39

def where(expr)
  @ast.wheres << expr
  self
end