From 9e39d292a6f6ea9490dd35fb681490876b8f9947 Mon Sep 17 00:00:00 2001 From: evazion Date: Fri, 7 Jul 2017 14:33:16 -0500 Subject: [PATCH] Fix /bulk_update_requests/1234.json. --- app/controllers/bulk_update_requests_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/bulk_update_requests_controller.rb b/app/controllers/bulk_update_requests_controller.rb index 3b857f8a6..57214efe6 100644 --- a/app/controllers/bulk_update_requests_controller.rb +++ b/app/controllers/bulk_update_requests_controller.rb @@ -15,6 +15,7 @@ class BulkUpdateRequestsController < ApplicationController end def show + respond_with(@bulk_update_request) end def edit