From 0a3afe236be2c505d72bc30b9e453cebbff557b4 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Sun, 1 Mar 2015 01:40:02 +0900 Subject: [ci skip] Fix to String --- guides/source/active_support_core_extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/active_support_core_extensions.md b/guides/source/active_support_core_extensions.md index 0594b701dc..0584f12568 100644 --- a/guides/source/active_support_core_extensions.md +++ b/guides/source/active_support_core_extensions.md @@ -349,7 +349,7 @@ end we get: ```ruby -current_user.to_query('user') # => user=357-john-smith +current_user.to_query('user') # => "user=357-john-smith" ``` This method escapes whatever is needed, both for the key and the value: -- cgit v1.2.3