method
month_field
rails latest stable - Class:
ActionView::Helpers::FormBuilder
month_fieldpublic
Wraps ActionView::Helpers::FormHelper#month_field for form builders:
<%= form_with model: @user do |f| %> <%= f.month_field :birthday_month %> <% end %>
Please refer to the documentation of the base helper for details.