I need to create an interface in rails which may not work directly with activeresource.
How would I create a model that uses rest-client to talk to the api directly?
Would it be better for me to keep using active resource but override the default behaviour, and how would I do that?