Commit 09fdd1ae42e4df67b4cfee50568dfd2707fb11fe
1 parent
b5600bd1
Exists in
master
and in
21 other branches
Ruby syntax highlighting
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
@@ -42,7 +42,7 @@ Product.search "2% Milk", where: {in_stock: true}, limit: 10, offset: 50 | @@ -42,7 +42,7 @@ Product.search "2% Milk", where: {in_stock: true}, limit: 10, offset: 50 | ||
42 | 42 | ||
43 | More operators | 43 | More operators |
44 | 44 | ||
45 | -``` | 45 | +```ruby |
46 | Product.search "1% Milk", where: { | 46 | Product.search "1% Milk", where: { |
47 | orders_count: 1..10, | 47 | orders_count: 1..10, |
48 | expires_at: {gt: Time.now}, | 48 | expires_at: {gt: Time.now}, |