From 50f79daf593c61e43efa8ce549fac56281210020 Mon Sep 17 00:00:00 2001 From: Dmytrii Nagirniak Date: Mon, 23 Apr 2012 13:45:22 +1000 Subject: Fix markdown in textile. --- guides/source/active_record_querying.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/active_record_querying.textile b/guides/source/active_record_querying.textile index c21b91a795..34ff2b2714 100644 --- a/guides/source/active_record_querying.textile +++ b/guides/source/active_record_querying.textile @@ -388,7 +388,7 @@ The field name can also be a string: Client.where('locked' => true) -NOTE: A `Symbol` value is not supported and should not be used. Always use a `String` instead: `Client.where(:status => 'active')`, but NOT `Client.where(:status => :active)`. +NOTE: A +Symbol+ value is not supported and should not be used. Always use a +String+ instead: +Client.where(:status => 'active')+, but NOT +Client.where(:status => :active)+. h5(#hash-range_conditions). Range Conditions -- cgit v1.2.3