Topic: model through Association
hi, i have 3 table
forum(id,name)
topic(id,forum_id,name)
post(id,forum_id,topic_id,message)and i have resources
resources :topics do
resources :post
endin views
new_topic_post_path(params[:topic_id])how can i get forum_id in the _form