<%= f.label :title %>
<%= f.text_field :title %>
<%= f.label :body %>
<%= f.text_field :body %>
<%= f.label :user_id %>
<%= f.text_field :user_id %>
<%= f.submit 'Create' %>
<% end %> <%= link_to 'Back', posts_path %>