Flowdock
method

new

Importance_0
v2.1.0 - Show latest stable - 0 notes - Class: ActionView::TemplateError
new(template, assigns, original_exception) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_view/template_error.rb, line 9
    def initialize(template, assigns, original_exception)
      @base_path = template.base_path_for_exception
      @assigns, @source, @original_exception = assigns.dup, template.source, original_exception
      @file_path = template.filename
      @backtrace = compute_backtrace
    end
Register or log in to add new notes.