diff options
author | Kuldeep Aggarwal <kd.engineer@yahoo.co.in> | 2014-05-04 22:37:55 +0530 |
---|---|---|
committer | Kuldeep Aggarwal <kd.engineer@yahoo.co.in> | 2014-05-04 22:37:55 +0530 |
commit | f76e27555df9cb86cd20158a1198a132a45f3916 (patch) | |
tree | daf676583d8b37cd49b975104e6fd3cf42ed9698 /activesupport/lib | |
parent | 9b2b36fadbe05c395d6d8f51c247e51cb8766d0f (diff) | |
download | rails-f76e27555df9cb86cd20158a1198a132a45f3916.tar.gz rails-f76e27555df9cb86cd20158a1198a132a45f3916.tar.bz2 rails-f76e27555df9cb86cd20158a1198a132a45f3916.zip |
Remove deprecated file(`active_support/core_ext/object/to_json.rb`) and its test case.
Diffstat (limited to 'activesupport/lib')
-rw-r--r-- | activesupport/lib/active_support/core_ext/object/to_json.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/activesupport/lib/active_support/core_ext/object/to_json.rb b/activesupport/lib/active_support/core_ext/object/to_json.rb deleted file mode 100644 index f58364f9c6..0000000000 --- a/activesupport/lib/active_support/core_ext/object/to_json.rb +++ /dev/null @@ -1,5 +0,0 @@ -ActiveSupport::Deprecation.warn 'You have required `active_support/core_ext/object/to_json`. ' \ - 'This file will be removed in Rails 4.2. You should require `active_support/core_ext/object/json` ' \ - 'instead.' - -require 'active_support/core_ext/object/json'
\ No newline at end of file |