0
差不多作爲標題狀態,我有我的路線文件如下:軌道4沒有顯示航線「耙路線」,但觀點正在
root to: 'assets#index'
resources :assets do
member do
get :download
end
end
然而,我對rake routes
和來訪rails/info/routes
輸出都簡單地說:
Prefix Verb URI Pattern Controller#Action
root GET/assets#index
但是,我的看法路線工作正常。
我也嘗試過bundle exec
,我已經更新到最新版本的捆綁包,因爲其他一些帖子建議。它仍然適用於我的Rails 3應用程序。