Removed unused controller code

This commit is contained in:
BrokenEagle
2020-02-12 23:53:33 +00:00
parent 63b3503bfc
commit f7495f5e26
2 changed files with 0 additions and 5 deletions

View File

@@ -15,7 +15,6 @@ class BulkUpdateRequestsController < ApplicationController
end
def show
@bulk_update_request = BulkUpdateRequest.find(params[:id])
respond_with(@bulk_update_request)
end