%span
= link_to 'DownLoadFile',down_load_view_search_path
resources :searches do
member do
get 'down_load_file'
get 'down_load_view'
end
end
会报错,找不到具体路由,我很奇怪,配置了,但是找不到,但是不明白,不明确为什么会这样,找不到自己错在哪里。
ActionController::RoutingError (No route matches {:action=>"down_load_view", :controller=>"searches"}):
app/views/searches/index.html.haml:14:in `block in _app_views_searches_index_html_haml___72676910611027597_71052940'
app/views/searches/index.html.haml:3:in `_app_views_searches_index_html_haml___72676910611027597_71052940'