module AWS::Record::FinderMethods

def where *args

Parameters:
  • conditions_hash (Hash) -- A hash of attributes to values. Each

Overloads:
  • where(sql_fragment[, quote_params, ...])
  • where(conditions_hash)
def where *args
  _new_scope.where(*args)
end