Skip to content

Commit 42a71a0

Browse files
authored
Merge pull request rails#54895 from bensheldon/bensheldon/autoload-strictlocalserror
Fix missing autoload for ActionView::StrictLocalsError
2 parents e17dc84 + e3e99e6 commit 42a71a0

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)