From 61859a5e00ac3cef0c3a0e0faf8d88ff12043f55 Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Wed, 17 Feb 2010 01:25:30 -0500 Subject: [PATCH] active_support/json is needed for now --- lib/tinder.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/tinder.rb b/lib/tinder.rb index 03e375f..3c48966 100644 --- a/lib/tinder.rb +++ b/lib/tinder.rb @@ -1,3 +1,5 @@ +require 'active_support/json' + require 'tinder/connection' require 'tinder/multipart' require 'tinder/campfire'