From 4aee8dd486828943fb414504500efdbcfb49f884 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Thu, 2 Aug 2012 21:25:54 +0200 Subject: load active_support/core_ext/module/delegation in active_support/rails --- activesupport/lib/active_support/rails.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'activesupport/lib/active_support') 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' -- cgit v1.2.3