アフィリエイト広告を利用しています

広告

posted by fanblog

rails No route matches への対応。

DBを使わずに controller(tests) だけ generate し、
controller に index action を作成。
views に index.html.erb を作成したが以下が出た。
No route matches "/tests" with {:method=>:get}

ルーティングがわかっていない様なので config/routes.rb に以下を追加してOK。
map.connect '', :controller => 'tests'

   
×

この広告は30日以上新しい記事の更新がないブログに表示されております。