class AWS::Record::Model

def where *args

Overloads:
  • where(sql_fragment[, quote_params, ...])
  • where(conditions_hash)

Parameters:
  • conditions_hash (Hash) -- A hash of attributes to values. Each
def where *args
  new_scope.where(*args)
end