From 4879fe7ee9dde91d115cc0896df59865a016b768 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sun, 14 Feb 2010 20:01:33 +0100 Subject: [PATCH] adds a few missing requires in AS object.rb and module.rb --- .../lib/active_support/core_ext/module.rb | 1 + .../lib/active_support/core_ext/object.rb | 5 +++++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/activesupport/lib/active_support/core_ext/module.rb b/activesupport/lib/active_support/core_ext/module.rb index 07bac29..bf272e9 100644 --- a/activesupport/lib/active_support/core_ext/module.rb +++ b/activesupport/lib/active_support/core_ext/module.rb @@ -7,3 +7,4 @@ require 'active_support/core_ext/module/attr_internal' require 'active_support/core_ext/module/attr_accessor_with_default' require 'active_support/core_ext/module/delegation' require 'active_support/core_ext/module/synchronization' +require 'active_support/core_ext/module/deprecation' \ No newline at end of file diff --git a/activesupport/lib/active_support/core_ext/object.rb b/activesupport/lib/active_support/core_ext/object.rb index 46bbbff..db2dac1 100644 --- a/activesupport/lib/active_support/core_ext/object.rb +++ b/activesupport/lib/active_support/core_ext/object.rb @@ -8,3 +8,8 @@ require 'active_support/core_ext/object/instance_variables' require 'active_support/core_ext/object/metaclass' require 'active_support/core_ext/object/misc' require 'active_support/core_ext/object/extending' + +require 'active_support/core_ext/object/returning' +require 'active_support/core_ext/object/to_param' +require 'active_support/core_ext/object/to_query' +require 'active_support/core_ext/object/with_options' -- 1.6.6