【Rails】便利なRubyGemsを共有するスレ【Hpricot】
■ このスレッドは過去ログ倉庫に格納されています
0151デフォルトの名無しさん
2010/11/09(火) 12:00:108章の途中(初版1刷だとp345)にある
map.connect '/incidents/news', :action=>'news', :controller=>'incidents', :format=>'xml'
ってルートがうまく動きません。
以下のように書いてるんですが
map.resources :incidents
map.connect 'incidents/news', :action=>'news', :controller=>'incidents', :format=>'xml'
map.connect ':controller/:action/:id'
map.connect ':controller/:action/:id.:format'
■ このスレッドは過去ログ倉庫に格納されています