From 92c11d17f231d112e8c1d207b2c221dddbe92ce7 Mon Sep 17 00:00:00 2001 From: Chris Didyk Date: Mon, 4 Oct 2010 19:55:56 -0400 Subject: [PATCH] updates the README to expain the fork --- README.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.markdown b/README.markdown index 42de31a..e9b5760 100644 --- a/README.markdown +++ b/README.markdown @@ -1,6 +1,15 @@ Zendesk API ------------ +## Why the Fork? ## + +The current zendesk-api gem doesn't work with activeresource 3.0.0. After some poking around, I have installed a complicated algorithm to solve this problem once and for all! + +I changed require 'activeresource' to require 'active_resource'. + + + + The unofficial Ruby Library for interacting with the [Zendesk REST API](http://www.zendesk.com/api) ## Documentation & Requirements