= form_for @blog do |f| = f.error_messages %p = f.label :title %br = f.text_field :title %p = f.label :body %br = f.text_area :body %p = f.submit