From 64bc8447c2ccfba74939a556358f845980621a91 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Thu, 2 Aug 2012 18:51:39 +0200 Subject: load active_support/concern in active_support/rails --- activesupport/lib/active_support/rails.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/rails.rb b/activesupport/lib/active_support/rails.rb index d6e701dc41..3cd59e6815 100644 --- a/activesupport/lib/active_support/rails.rb +++ b/activesupport/lib/active_support/rails.rb @@ -16,3 +16,6 @@ require 'active_support/core_ext/object/inclusion' # Rails own autoload, eager_load, etc. require 'active_support/dependencies/autoload' + +# support for ClassMethods and the included macro +require 'active_support/concern' -- cgit v1.2.3