1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #26888 from Erol/fix-api-documentation-typo

Fix small typo in ActionView API documentation [ci skip]
This commit is contained in:
Vipul A M 2016-10-25 16:04:38 +05:30 committed by GitHub
commit 0e7dfbe9a2

View file

@ -267,7 +267,7 @@ module ActionView
# date_select("article", "written_on", default: 3.days.from_now)
#
# # Generates a date select that when POSTed is stored in the article variable, in the written_on attribute
# # which is set in the form with todays date, regardless of the value in the Active Record object.
# # which is set in the form with today's date, regardless of the value in the Active Record object.
# date_select("article", "written_on", selected: Date.today)
#
# # Generates a date select that when POSTed is stored in the credit_card variable, in the bill_due attribute