From a78a4652c2f5ec76d3a9ed91f80789716b99a37c Mon Sep 17 00:00:00 2001 From: Sergio Date: Thu, 5 Sep 2013 12:04:37 +0200 Subject: added # or comment --- guides/source/active_record_querying.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/active_record_querying.md b/guides/source/active_record_querying.md index cb5fe52506..2df6b0ba6a 100644 --- a/guides/source/active_record_querying.md +++ b/guides/source/active_record_querying.md @@ -1518,7 +1518,7 @@ one of those records exists. ```ruby Client.exists?(id: [1,2,3]) -or +# or Client.exists?(name: ['John', 'Sergei']) ``` -- cgit v1.2.3