新手问题 rails generate controller store index,创建后不能直接访问

wgf4242 · February 28, 2013 · Last by mayday replied at February 28, 2013 · 1833 hits

执行后不能直接访问 http://localhost:3000/store 但是可以访问http://localhost:3000/store/index

Routing Error No route matches [GET] "/store"

我看书上说是可以的啊。为什么我这里不行呢。。。求解决。。

config/routes.rb加一句:match 'store' => 'store#index' ,刚才写错了,不好意思

You need to Sign in before reply, if you don't have an account, please Sign up first.