Method: Arel::Table#where

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

#where(condition) ⇒ Object



62
63
64
# File 'activerecord/lib/arel/table.rb', line 62

def where(condition)
  from.where condition
end