mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Revert "Missing requires"
These rely on constant autoloads.
This reverts commit d39f397dc6.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
require 'active_support/core_ext/array/wrap'
|
||||
require 'active_support/core_ext/class/inheritable_attributes'
|
||||
require 'active_support/core_ext/kernel/reporting'
|
||||
require 'active_support/concern'
|
||||
|
||||
module ActiveSupport
|
||||
# Callbacks are hooks into the lifecycle of an object that allow you to trigger logic
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
require 'active_support/callbacks'
|
||||
module ActiveSupport
|
||||
module Testing
|
||||
module SetupAndTeardown
|
||||
|
||||
Reference in New Issue
Block a user