method
base_path_for_exception
rails latest stable - Class:
ActionView::Template
base_path_for_exception()public
No documentation available.
# File actionpack/lib/action_view/template.rb, line 46
def base_path_for_exception
@finder.find_base_path_for("#{@path_without_extension}.#{@extension}") || @finder.view_paths.first
end