From 1a0c372b19b6d6521df7c39a01a02ef5350ab300 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Wed, 30 Dec 2009 14:31:02 -0800 Subject: depends on Module#attr_internal --- activerecord/lib/active_record/rails/controller_runtime.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'activerecord/lib/active_record') diff --git a/activerecord/lib/active_record/rails/controller_runtime.rb b/activerecord/lib/active_record/rails/controller_runtime.rb index 9ae40c5c8f..b8d5a77a0d 100644 --- a/activerecord/lib/active_record/rails/controller_runtime.rb +++ b/activerecord/lib/active_record/rails/controller_runtime.rb @@ -1,3 +1,5 @@ +require 'active_support/core_ext/module/attr_internal' + module ActiveRecord module Rails module ControllerRuntime @@ -26,4 +28,4 @@ module ActiveRecord end end end -end \ No newline at end of file +end -- cgit v1.2.3