1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #26563 from knugie/fix_issue_26430

Prevent circular require of proxy_wrappers.rb, Fixes #26430
This commit is contained in:
Aaron Patterson 2016-09-23 11:27:04 -07:00 committed by GitHub
commit 0bc196518a

View file

@ -1,3 +1,4 @@
require "active_support/deprecation"
require "active_support/deprecation/proxy_wrappers"
class LoadError