I'm trying to load post with no comments, but this form is not shown:
<%= simple_form_for(@task) do |f| %>
<%= f.simple_fields_for :comments do |comment| %>
<%= comment.input :COMM_TEXT, as: :text%>
<% end %>
<% end %>
How to make it visible if no comments yet for post to add them.
Aucun commentaire:
Enregistrer un commentaire