From 7c584256d1d74a72bc9eed9db5aee71e27006515 Mon Sep 17 00:00:00 2001 From: Evan Farrar Date: Wed, 15 Aug 2012 19:52:52 -0400 Subject: Make a doc example output in match actual output Make doc output in grouped_options_for_select divider example match actual output. The options groups were in backwards order of actual. --- actionpack/lib/action_view/helpers/form_options_helper.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'actionpack/lib/action_view/helpers') diff --git a/actionpack/lib/action_view/helpers/form_options_helper.rb b/actionpack/lib/action_view/helpers/form_options_helper.rb index e4f4ebc7ff..2bb526a539 100644 --- a/actionpack/lib/action_view/helpers/form_options_helper.rb +++ b/actionpack/lib/action_view/helpers/form_options_helper.rb @@ -501,14 +501,14 @@ module ActionView # # Possible output: # + # + # + # + # # # # # - # - # - # - # # # Note: Only the and tags are returned, so you still have to # wrap the output in an appropriate