aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-06-30 20:04:35 -0300
committerJeremy Kemper <jeremy@bitsweat.net>2010-07-01 12:04:11 -0700
commit4a0c514eb48b8e5d4ceffb4817661c182c2368a3 (patch)
tree4b52cc7c03889950c6b08b47bf468c758129ac6b /activesupport/lib/active_support/core_ext/object.rb
parentd7c1057652cfc971bb35ef09b0b1560fcd28ed70 (diff)
downloadrails-4a0c514eb48b8e5d4ceffb4817661c182c2368a3.tar.gz
rails-4a0c514eb48b8e5d4ceffb4817661c182c2368a3.tar.bz2
rails-4a0c514eb48b8e5d4ceffb4817661c182c2368a3.zip
AS json refactor, move to_json implementation to core_ext and a cleanup a bit the code
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 3a6100f776..8922016cd7 100644
--- a/activesupport/lib/active_support/core_ext/object.rb
+++ b/activesupport/lib/active_support/core_ext/object.rb
@@ -9,6 +9,7 @@ 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_json'
require 'active_support/core_ext/object/to_param'
require 'active_support/core_ext/object/to_query'
require 'active_support/core_ext/object/with_options'