<%= form_for @topic, :as => :topic, :url => simple_forum.forum_topics_path(@forum) do |f| %>

<%= f.label :title %>
<%= f.text_field :title %>

<%= f.label :body %>
<%= f.text_area :body %>

<%= f.submit %>

<% end %>