From dd85d8bcd3ee0af745ba47016ed9de4812ea2721 Mon Sep 17 00:00:00 2001 From: Prem Sichanugrist Date: Thu, 10 Jun 2010 19:47:54 -0400 Subject: [PATCH] Missing require for the class/attribute.rb [4812 state:resolved] --- activesupport/lib/active_support/core_ext/class.rb | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/activesupport/lib/active_support/core_ext/class.rb b/activesupport/lib/active_support/core_ext/class.rb index f2ca9c7..6f308a0 100644 --- a/activesupport/lib/active_support/core_ext/class.rb +++ b/activesupport/lib/active_support/core_ext/class.rb @@ -1,3 +1,4 @@ +require 'active_support/core_ext/class/attribute' require 'active_support/core_ext/class/attribute_accessors' require 'active_support/core_ext/class/inheritable_attributes' require 'active_support/core_ext/class/delegating_attributes' -- 1.7.0.4