mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Revert "Merge pull request #11053 from yangchenyun/mine"
Those two files are required by active_support/rails.rb loaded in active_model.rb It is common to require common dependencies on the root files to avoid boilerplate in each file. This reverts commit763635e30f
, reversing changes made to4f46ef36aa
.
This commit is contained in:
parent
951bde4557
commit
e1f4f64434
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
|||
require 'active_support/core_ext/hash/except'
|
||||
require 'active_support/core_ext/module/introspection'
|
||||
require 'active_support/core_ext/module/delegation'
|
||||
require 'active_support/core_ext/object/blank'
|
||||
|
||||
module ActiveModel
|
||||
class Name
|
||||
|
|
Loading…
Reference in a new issue