<%= f.label :user_id %>
<%= f.text_field :user_id %>
<%= f.label :title %>
<%= f.text_field :title %>
<%= f.label :body %>
<%= f.text_area :body %>
<%= f.submit 'Update' %>
<% end %> <%= link_to 'Show', @post %> | <%= link_to 'Back', posts_path %>