<%= f.text_field :title %>
<%= f.text_area :body, :class => "mceEditor" %>
<%= f.select :status, Post::POST_STATUS %>
<%= f.check_box :allow_comments %>