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:
commit
0bc196518a
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
require "active_support/deprecation"
|
||||
require "active_support/deprecation/proxy_wrappers"
|
||||
|
||||
class LoadError
|
||||
|
|
Loading…
Reference in a new issue