假设我们创建了一个新的控制器,其中包含一个执行操作和渲染视图的操作。我们通过插件文件添加了一个路由,我检查了通过 rake 路由找到的路由为
register_vip_section GET /register/vip_section(.:format) vip_section#index
控制器看起来像:
类 VipSectionController < 应用控制器
def 索引 ... 结束
结尾
但是当我尝试拨打与以下相同的电话时:
http://localhost:3000/register/vip_section
它不起作用。它正在提高:
Started GET "/404-body?_=1489209463400" for 127.0.0.1 at 2017-03-11 10:47:46 +0530
I, [2017-03-11T10:47:47.051542 #19641] INFO -- : Processing by ExceptionsController#not_found_body as HTML
I, [2017-03-11T10:47:47.054589 #19641] INFO -- : Parameters: {"_"=>"1489209463400"}
D, [2017-03-11T10:47:47.062975 #19641] DEBUG -- : User Load (3.2ms) SELECT "users"