From e410b5bff7d9a389f2c72f0ae4a51e5a558c6c54 Mon Sep 17 00:00:00 2001 From: Jaime Iniesta Date: Sun, 18 Nov 2012 09:34:59 +0100 Subject: Fix broken link in Active Record Query Interface guide --- guides/source/active_record_querying.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/active_record_querying.md b/guides/source/active_record_querying.md index 79d00ded0a..32c139df99 100644 --- a/guides/source/active_record_querying.md +++ b/guides/source/active_record_querying.md @@ -985,7 +985,7 @@ SELECT categories.* FROM categories ### Specifying Conditions on the Joined Tables -You can specify conditions on the joined tables using the regular [Array](array-conditions) and [String](#pure-string-conditions) conditions. [Hash conditions](#hash-conditions) provides a special syntax for specifying conditions for the joined tables: +You can specify conditions on the joined tables using the regular [Array](#array-conditions) and [String](#pure-string-conditions) conditions. [Hash conditions](#hash-conditions) provides a special syntax for specifying conditions for the joined tables: ```ruby time_range = (Time.now.midnight - 1.day)..Time.now.midnight -- cgit v1.2.3