From 5cc55dda3ec333368c3b0b9f6bca73490258b576 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Wed, 9 Sep 2009 01:25:14 +0200 Subject: AS guide: corrects a typo --- railties/guides/source/active_support_overview.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source') diff --git a/railties/guides/source/active_support_overview.textile b/railties/guides/source/active_support_overview.textile index 7adaafceff..be787b6af2 100644 --- a/railties/guides/source/active_support_overview.textile +++ b/railties/guides/source/active_support_overview.textile @@ -257,7 +257,7 @@ account.to_query('company[name]') so its output is ready to be used in a query string. -Arrays return the result of applying +to_query+ to each element with _key_[] as key, and join the result with "/": +Arrays return the result of applying +to_query+ to each element with _key_[] as key, and join the result with "&": [3.4, -45.6].to_query('sample') -- cgit v1.2.3