提交 e410b5bf 编写于 作者: J Jaime Iniesta

Fix broken link in Active Record Query Interface guide

上级 7b70eeed
...@@ -985,7 +985,7 @@ SELECT categories.* FROM categories ...@@ -985,7 +985,7 @@ SELECT categories.* FROM categories
### Specifying Conditions on the Joined Tables ### 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 ```ruby
time_range = (Time.now.midnight - 1.day)..Time.now.midnight time_range = (Time.now.midnight - 1.day)..Time.now.midnight
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册