配置: ruby1.8.6/
rails2.0.2/rad
rails-0.7.2
文件:
test_no1_controller.rb
class TestNo1Controller < ApplicationController
def index
render_text "こんにちは!"
end
end访问地址: http://localhost:3003/test_no1/index
报错!
Routing Error
No route matches "/test_no1/index" with {:method=>:get}
怎么搞啊?