From cfde3786e755a9751e4424f07f07ac41539f6129 Mon Sep 17 00:00:00 2001 From: Vince Francesi Date: Sat, 15 Aug 2015 12:36:54 -0700 Subject: Add documentation for ActionView::Helpers::DateHelper :use_hidden option [ci skip] --- actionview/lib/action_view/helpers/date_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/actionview/lib/action_view/helpers/date_helper.rb b/actionview/lib/action_view/helpers/date_helper.rb index 94fbaa2dca..312e41ee48 100644 --- a/actionview/lib/action_view/helpers/date_helper.rb +++ b/actionview/lib/action_view/helpers/date_helper.rb @@ -228,6 +228,7 @@ module ActionView # or the given prompt string. # * :with_css_classes - Set to true if you want assign different styles for 'select' tags. This option # automatically set classes 'year', 'month', 'day', 'hour', 'minute' and 'second' for your 'select' tags. + # * :use_hidden - Set to true if you only want to generate hidden input tags. # # If anything is passed in the +html_options+ hash it will be applied to every select tag in the set. # -- cgit v1.2.3