method
week_field
v7.2.3 -
Show latest stable
- Class:
ActionView::Helpers::FormBuilder
week_fieldpublic
Wraps ActionView::Helpers::FormHelper#week_field for form builders:
<%= form_with model: @user do |f| %> <%= f.week_field :birthday_week %> <% end %>
Please refer to the documentation of the base helper for details.