method

base_path_for_exception

rails latest stable - Class: ActionView::Template

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.1.0) is shown here.

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