<%= manage_form_for @post do |f| %>
<%= f.input :created_at %> <%= f.input :title %> <%= f.input :updated_at %> <%= f.input :content %>
<%= f.button :submit %> <% end %>