Flowdock
method

week_field

Importance_1
v6.0.0 - Show latest stable - 0 notes - Class: ActionView::Helpers::FormBuilder
week_field public

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.

Show source
Register or log in to add new notes.