aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/rails.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support/rails.rb')
-rw-r--r--activesupport/lib/active_support/rails.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/rails.rb b/activesupport/lib/active_support/rails.rb
index 57d1598734..ff7000d812 100644
--- a/activesupport/lib/active_support/rails.rb
+++ b/activesupport/lib/active_support/rails.rb
@@ -22,3 +22,6 @@ require 'active_support/concern'
# Defines Class#class_attribute.
require 'active_support/core_ext/class/attribute'
+
+# Defines Module#delegate.
+require 'active_support/core_ext/module/delegation'