提交 9f31ecb4 编写于 作者: R Rick Olson

rename #lookup_template_base_path_for to #find_base_path_for in ActionView::Base [Rick]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6132 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 2782c37b
......@@ -541,7 +541,7 @@ def compile_template(extension, template, file_name, local_assigns)
logger.debug "Backtrace: #{e.backtrace.join("\n")}"
end
raise TemplateError.new(lookup_template_base_path_for(file_name || template), file_name || template, @assigns, template, e)
raise TemplateError.new(find_base_path_for(file_name || template), file_name || template, @assigns, template, e)
end
@@compile_time[render_symbol] = Time.now
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册