コントローラー:
class SearchController < ApplicationController
def index
end
end
ルート.rb
get "search/index"
からrake routes
search_index GET /search/index(.:format) search#index
にアクセスしようとするとhttp://localhost:3000/search
、404 ページ エラーが発生します...