<%= f.label :post_id %> <%= f.text_field :post_id %>
<%= f.label :body %> <%= f.text_area :body %>
<%= f.submit 'Create' %>