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]