mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Initialize @sub_templates
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user