How to add an html id to a form_for tag in rails?

前端 未结 3 1252
暗喜
暗喜 2021-02-11 19:36

I\'m trying to add an id tag to a form that I\'m creating in rails. The beginning of the form has the following code:

<%= form_for(@user) do |f| %>
         


        
3条回答
提交回复
热议问题