Hi!
I have current_user.username being my users name, I want to pass this in a form but what I have is this
<%= form.label :user %>
<%= form.text_area :user, id: :listing_user %>
<%= form.text_area :user, id: :listing_user %>
Answers to your questions
Hi!
I have current_user.username being my users name, I want to pass this in a form but what I have is this
What does each piece mean for :user, id: :listing_user?