2011-09-24 79 views
3

的routes.rbRoR的路線錯誤:從內置的link_to URL,路徑出現在耙路線

resources :project_associations, :only => [:update] 

耙路線

project_association PUT /project_associations/:id(.:format) {:action=>"update", :controller=>"project_associations"} 

ERB

<%= link_to membership_command[:text], project_association_path(membership_command[:id], :command => membership_command[:command])%> 

生成的HTML

<a href="/project_associations/2011?command=suspend">Suspend</a> 

點擊結果: 路由錯誤 沒有路由匹配「/ project_associations/2011」

我踢了服務器,同樣的結果

感謝您的任何援助。

+0

+1踢服務器作爲調試過程 – numbers1311407

回答