Skip to content

Commit

Permalink
[ci skip] Fix some links that didn't link but now should, you get me?
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspth committed Aug 25, 2021
1 parent ea5397e commit 6faf60b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actionview/lib/action_view/helpers/form_options_helper.rb
Expand Up @@ -54,7 +54,7 @@ module Helpers # :nodoc:
# <option value="3">Rafael</option>
# </select>
#
# * <tt>:index</tt> - like the other form helpers, +select+ can accept an <tt>:index</tt> option to manually set the ID used in the resulting output. Unlike other helpers, +select+ expects this
# * <tt>:index</tt> - like the other form helpers, <tt>select</tt> can accept an <tt>:index</tt> option to manually set the ID used in the resulting output. Unlike other helpers, <tt>select</tt> expects this
# option to be in the +html_options+ parameter.
#
# select("album[]", :genre, %w[ rap rock country ], {}, { index: nil })
Expand Down Expand Up @@ -298,7 +298,7 @@ def time_zone_select(object, method, priority_zones = nil, options = {}, html_op
end

# Returns select and option tags for the given object and method, using
# #weekday_options_for_select to generate the list of option tags.
# <tt>weekday_options_for_select</tt> to generate the list of option tags.
def weekday_select(object, method, options = {}, html_options = {}, &block)
Tags::WeekdaySelect.new(object, method, self, options, html_options, &block).render
end
Expand Down

0 comments on commit 6faf60b

Please sign in to comment.