私はログを見ています、そしてこれは私が見ているものです
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
助けてください