aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-08-02 21:25:54 +0200
committerXavier Noria <fxn@hashref.com>2012-08-02 21:59:23 +0200
commit4aee8dd486828943fb414504500efdbcfb49f884 (patch)
tree6934b7890b07c9095924c3c1666f14bd7fd66c3c /activesupport/lib/active_support
parent5e1b92044c8f2afa9e0b80095a9c9defbeaaf2e2 (diff)
downloadrails-4aee8dd486828943fb414504500efdbcfb49f884.tar.gz
rails-4aee8dd486828943fb414504500efdbcfb49f884.tar.bz2
rails-4aee8dd486828943fb414504500efdbcfb49f884.zip
load active_support/core_ext/module/delegation in active_support/rails
Diffstat (limited to 'activesupport/lib/active_support')
-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'