From d2a69d319b3f8bc9591c470516d9315d7883c823 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Sat, 4 Jun 2016 11:11:42 -0400 Subject: [PATCH] Add backticks to `ActiveRecord::Base.where` [ci skip] --- guides/source/5_0_release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md index 638547565c..a07ce7e859 100644 --- a/guides/source/5_0_release_notes.md +++ b/guides/source/5_0_release_notes.md @@ -50,7 +50,7 @@ ToDo... Defines an attribute with a type on a model. It will override the type of existing attributes if needed. This allows control over how values are converted to and from SQL when assigned to a model. -It also changes the behavior of values passed to ActiveRecord::Base.where, which lets use our domain objects across much of Active Record, +It also changes the behavior of values passed to `ActiveRecord::Base.where`, which lets use our domain objects across much of Active Record, without having to rely on implementation details or monkey patching. Some things that you can achieve with this: