我正在看日志,这就是我所看到的
Processing by TestController#get_branches_for_repo as */*
ActionView::MissingTemplate (Missing template test/get_branches_for_repo, application/get_branches_for_repo with {:handlers=>[:erb, :builder], :formats=>[:html, :text, :js, :css, :ics, :csv, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json], :locale=>[:en, :en]}. Searched in:* "/export/web/metrics-vviswanathan/app/views"):
我有一个看法
_get_branches_for_repo.erb
在应用程序/视图/测试/
当它作为*/*处理时是什么意思?
哦,我的控制器功能看起来像这样
def get_branches_for_repo
blah
render :partial => "get_branches_for_repo"
end
请帮忙