Method: LHS::Record::Chainable::Chain#where

Defined in:
lib/lhs/concerns/record/chainable.rb

#where(hash = nil) ⇒ Object



144
145
146
# File 'lib/lhs/concerns/record/chainable.rb', line 144

def where(hash = nil)
  push Parameter.new(hash)
end