Checking simple_form f.input value before submitting the form

前端 未结 0 432
野性不改
野性不改 2021-01-02 02:16

I have this form:

<%= simple_form_for(@student) do |f| %>
  <%= f.input :first_name, label: "Nombre" %>
  <%= f.input :hours_studying         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题