aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/object/to_json.rb
blob: 3dcae6fc7f40aa4b1281a154050ac484060fcbc4 (plain) (blame)
1
2
3
4
5
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'