From ec4e7d39ac6610f48765e5581f1352f9bfcf2a46 Mon Sep 17 00:00:00 2001 From: Toks Date: Tue, 17 Jun 2014 02:38:37 -0400 Subject: [PATCH] bulk update req api --- app/controllers/bulk_update_requests_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/bulk_update_requests_controller.rb b/app/controllers/bulk_update_requests_controller.rb index a34259d16..86fe8527a 100644 --- a/app/controllers/bulk_update_requests_controller.rb +++ b/app/controllers/bulk_update_requests_controller.rb @@ -1,5 +1,5 @@ class BulkUpdateRequestsController < ApplicationController - respond_to :html + respond_to :html, :xml, :json before_filter :member_only before_filter :admin_only, :only => [:update]