method

new

rails latest stable - Class: ActionView::TemplateFinder::InvalidViewPath

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.

new(path)
public

No documentation available.

# File actionpack/lib/action_view/template_finder.rb, line 6
      def initialize(path)
        @unprocessed_path = path
        super("Unprocessed view path found: #{@unprocessed_path.inspect}.  Set your view paths with #append_view_path, #prepend_view_path, or #view_paths=.")
      end