From 11c06d3cbf17bb6133108df4207440a545bdc052 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Sat, 30 Dec 2017 16:58:47 +0900 Subject: [PATCH] Remove needless blank lines [ci skip] This broke the doc. --- actionview/lib/action_view/helpers/form_options_helper.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/actionview/lib/action_view/helpers/form_options_helper.rb b/actionview/lib/action_view/helpers/form_options_helper.rb index a46741f661..fe5e0b693e 100644 --- a/actionview/lib/action_view/helpers/form_options_helper.rb +++ b/actionview/lib/action_view/helpers/form_options_helper.rb @@ -217,12 +217,10 @@ module ActionView # array of child objects representing the tags. It can also be any object that responds # to +call+, such as a +proc+, that will be called for each member of the +collection+ to retrieve the # value. - # * +group_label_method+ - The name of a method which, when called on a member of +collection+, returns a # string to be used as the +label+ attribute for its tag. It can also be any object # that responds to +call+, such as a +proc+, that will be called for each member of the +collection+ to # retrieve the label. - # * +option_key_method+ - The name of a method which, when called on a child object of a member of # +collection+, returns a value to be used as the +value+ attribute for its tag. # * +option_value_method+ - The name of a method which, when called on a child object of a member of