From 3b308f3321bada45eaad78ee14219dd5d98106fb Mon Sep 17 00:00:00 2001 From: Abraham Chan Date: Thu, 22 Jun 2017 14:10:17 +1000 Subject: Fix hash conditions documentation [ci skip] --- guides/source/active_record_querying.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/guides/source/active_record_querying.md b/guides/source/active_record_querying.md index 3676462788..215142223d 100644 --- a/guides/source/active_record_querying.md +++ b/guides/source/active_record_querying.md @@ -513,8 +513,6 @@ Article.where(author: author) Author.joins(:articles).where(articles: { author: author }) ``` -NOTE: The values cannot be symbols. For example, you cannot do `Client.where(status: :active)`. - #### Range Conditions ```ruby -- cgit v1.2.3