From 5d8191a263c7439219b56ed5396ceebed981af2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 1 Feb 2012 20:12:52 -0200 Subject: Remove default class to collection_check_boxes and collection_radio_buttons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [Carlos Antonio da Silva + Rafael Mendonça França] --- railties/guides/source/action_view_overview.textile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'railties/guides/source/action_view_overview.textile') diff --git a/railties/guides/source/action_view_overview.textile b/railties/guides/source/action_view_overview.textile index bc03dd7ff3..ac5c9fa4d8 100644 --- a/railties/guides/source/action_view_overview.textile +++ b/railties/guides/source/action_view_overview.textile @@ -1153,11 +1153,11 @@ If @post.author_id is 1, this would return: - + - + - + h5. collection_check_boxes @@ -1189,11 +1189,11 @@ If @post.author_ids is [1], this would return: - + - + - + -- cgit v1.2.3