lib/aitch/response_parser/json_parser.rb in aitch-1.0.1 vs lib/aitch/response_parser/json_parser.rb in aitch-1.0.2

- old
+ new

@@ -4,10 +4,10 @@ module JSONParser class << self attr_accessor :engine end - self.engine = ::JSON + self.engine = Engines::JSON def self.type :json end