0
resources :users do
get :save_delete, :on => :member
get :question_form, :on => :member
post :question_send, :on => :member
resources :comments
end
發送和張貼到我的服務器後,我在日誌中得到這個錯誤:的Rails 3路由
#Started POST "https://stackoverflow.com/users/1/question_send"
#ActionController::RoutingError (No route matches "https://stackoverflow.com/users/1/question_send")
rake routes # works fine, no errors
您很可能應該在此處使用其他資源。 – alternative 2010-11-06 11:07:25