No route matches [GET] "/hello_world"
进入route.rb中把这行注释去掉就可以了。
# match ':controller(/:action(/:id(.:format)))'
发布时间: 2012-10-15 09:45:25 作者: rapoo
No route matches [GET] "/hello_world"
进入route.rb中把这行注释去掉就可以了。
# match ':controller(/:action(/:id(.:format)))'