Method: Puffs::SQLRelation#where

Defined in:
lib/relation.rb

#where(params) ⇒ Object



197
198
199
200
# File 'lib/relation.rb', line 197

def where(params)
  where_params_hash.merge!(params)
  self
end