From 08d85a9ec47338d1e34e6b17129c3fdbea9e2750 Mon Sep 17 00:00:00 2001 From: Aaron Ackerman Date: Thu, 2 Jan 2014 20:36:36 -0600 Subject: Remove README inaccuracy, where does not allow multiple arguments --- README.markdown | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.markdown b/README.markdown index c7346d9efd..e2c60bd90e 100644 --- a/README.markdown +++ b/README.markdown @@ -87,12 +87,6 @@ All operators are chainable in this way, and they are chainable any number of ti users.where(users[:name].eq('bob')).where(users[:age].lt(25)) ``` -Of course, many of the operators take multiple arguments, so the last example can be written more tersely: - -```ruby -users.where(users[:name].eq('bob'), users[:age].lt(25)) -``` - The `OR` operator works like this: ```ruby -- cgit v1.2.3