Tag Archives: resource_controller

Using xml with the resource_controller plugin

If you’re using an ActiveResource client to access your Rails controller which is using the awesome resource_controller plugin RESTfully you’re going to need to enable xml respsonses (which aren’t enabled by default with the plugin). class ProductsController < ResourceController::Base # … Continue reading

Posted in General | Tagged , , , , , | 2 Comments