rails/activesupport/lib/active_support/json.rb
Xavier Noria d66e7835be applies new string literal convention in activesupport/lib
The current code base is not uniform. After some discussion,
we have chosen to go with double quotes by default.
2016-08-06 18:10:53 +02:00

3 lines
78 B
Ruby

require "active_support/json/decoding"
require "active_support/json/encoding"