こんにちは、Rails アプリで奇妙なエラーが発生しています。
ActionView::MissingTemplate (Missing partial foo/bar, application/bar with {:locale=>[:en], :formats=>[:js, "application/ecmascript", "application/x-ecmascript", :html, :text, :js, :css, :ics, :csv, :png, :jpeg, :gif, :bmp, :tiff, :mpeg, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip], :handlers=>[:erb, :builder, :coffee]}. Searched in: blah blah
):
app/controllers/foo_controller.rb:9:in `doSomething'
今、私は app/views/foo に bar.html.erb ファイルがあることを確信しています。何か案は?ファイル名にスペースが含まれている場合に発生することがあると聞きましたが、そうではありません。何か案は?