mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove needless blank lines [ci skip]
This broke the doc.
This commit is contained in:
parent
35e9638daf
commit
11c06d3cbf
1 changed files with 0 additions and 2 deletions
|
@ -217,12 +217,10 @@ module ActionView
|
|||
# array of child objects representing the <tt><option></tt> 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 <tt><optgroup></tt> 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 <tt><option></tt> tag.
|
||||
# * +option_value_method+ - The name of a method which, when called on a child object of a member of
|
||||
|
|
Loading…
Reference in a new issue