New Post

<%= simple_form_for(@forum_post) do |f| %> <%= f.input :topic_id, :as => :hidden %> <%= f.input :body %> <%= f.button :submit %> <% end %>