This commit is contained in:
swaggermeister 2020-05-25 15:00:18 -04:00 committed by GitHub
parent 0571da9593
commit 2a1ec6ed35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1793,7 +1793,7 @@ module ActionView
# Wraps ActionView::Helpers::FormHelper#time_field for form builders:
#
# <%= form_with model: @user do |f| %>
# <%= f.time_field :borned_at %>
# <%= f.time_field :born_at %>
# <% end %>
#
# Please refer to the documentation of the base helper for details.