【发布时间】:2016-09-27 09:21:20
【问题描述】:
Rails.application.routes.draw do
#get 'welcome/index'
#get 'welcome/sample'
match ':controller(/:action(/:id))', : via => :get
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
root 'welcome#index'
end
比赛控制器部分不允许我去路由welcome/sample或welcome/index
【问题讨论】:
标签: ruby-on-rails routing ruby-on-rails-5