mirror of https://github.com/rails/rails
Initialize @sub_templates
This commit is contained in:
parent
699fb81def
commit
04c4f47fed
|
@ -52,6 +52,7 @@ module ActionView
|
|||
|
||||
def initialize(template, assigns, original_exception)
|
||||
@template, @assigns, @original_exception = template, assigns.dup, original_exception
|
||||
@sub_templates = nil
|
||||
@backtrace = original_exception.backtrace
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue