From 75857d0f80f4066f0d794e214b64539f0138532d Mon Sep 17 00:00:00 2001 From: "Aldo \"xoen\" Giambelluca" Date: Wed, 5 Sep 2012 18:32:47 +0200 Subject: Fixed array wrongly translated in footnote in a guide [ci skip] In the sentence "If @post.author_ids is [1], this would ..." the array [1] is converted in a footnote, fixed this using . --- guides/source/action_view_overview.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/action_view_overview.textile b/guides/source/action_view_overview.textile index 1fd98a5bbe..33ae7f6933 100644 --- a/guides/source/action_view_overview.textile +++ b/guides/source/action_view_overview.textile @@ -1211,7 +1211,7 @@ Sample usage (selecting the associated Authors for an instance of Post, +@post+) collection_check_boxes(:post, :author_ids, Author.all, :id, :name_with_initial) -If @post.author_ids is [1], this would return: +If @post.author_ids is [1], this would return: -- cgit v1.2.3