<%= f.label :title %> <% a = f.text_field :title %>
<%= f.label :body %> <%#= f.text_area :body %>
<%= f.submit 'Create' %>