Skip to content

Commit e3e99e6

Browse files
committed
Fix missing autoload for ActionView::StrictLocalsError
1 parent e17dc84 commit e3e99e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actionview/lib/action_view.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ module ActionView
8181
autoload :MissingTemplate
8282
autoload :ActionViewError
8383
autoload :EncodingError
84+
autoload :StrictLocalsError
8485
autoload :TemplateError
8586
autoload :SyntaxErrorInTemplate
8687
autoload :WrongEncodingError

0 commit comments

Comments
 (0)