<%= error_messages_for :post %> <%= text_field_for form, "title", 60 %>
<%= form.text_area :body, :rows => 20, :cols => 60 %>