diff options
author | Xavier Noria <fxn@hashref.com> | 2012-08-02 21:25:54 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2012-08-02 21:59:23 +0200 |
commit | 4aee8dd486828943fb414504500efdbcfb49f884 (patch) | |
tree | 6934b7890b07c9095924c3c1666f14bd7fd66c3c /activesupport/lib | |
parent | 5e1b92044c8f2afa9e0b80095a9c9defbeaaf2e2 (diff) | |
download | rails-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')
-rw-r--r-- | activesupport/lib/active_support/rails.rb | 3 |
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' |