aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-12-09 22:12:07 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-12-09 22:12:07 +0000
commit2d2fd67b51e204e77e24d1b493cebae72d8fa33d (patch)
treef44e6e4e785def5dbd8a117a22c1ef5ed79c3fa4 /activesupport/lib/active_support/core_ext/object.rb
parentbafd698acb160fd241efe6f027b83676b9e80d1f (diff)
downloadrails-2d2fd67b51e204e77e24d1b493cebae72d8fa33d.tar.gz
rails-2d2fd67b51e204e77e24d1b493cebae72d8fa33d.tar.bz2
rails-2d2fd67b51e204e77e24d1b493cebae72d8fa33d.zip
Move #to_query methods where they ought to belong. Closes #10395 [Chu Yeow]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8343 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/lib/active_support/core_ext/object.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/object.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/core_ext/object.rb b/activesupport/lib/active_support/core_ext/object.rb
index 3b055d3185..bbc7d81672 100644
--- a/activesupport/lib/active_support/core_ext/object.rb
+++ b/activesupport/lib/active_support/core_ext/object.rb
@@ -1,3 +1,4 @@
+require 'active_support/core_ext/object/conversions'
require 'active_support/core_ext/object/extending'
require 'active_support/core_ext/object/instance_variables'
require 'active_support/core_ext/object/misc'