fixes #3824: render tag requests dynamically in the forum post

refactoring
This commit is contained in:
Albert Yi
2019-01-02 17:27:01 -08:00
parent 5c54c61d65
commit 8b0af19f7f
18 changed files with 171 additions and 25 deletions

View File

@@ -15,9 +15,7 @@ class BulkUpdateRequestsController < ApplicationController
end
def show
respond_with(@bulk_update_request) do |fmt|
fmt.html { redirect_to bulk_update_requests_path(search: { id: @bulk_update_request.id }) }
end
@bulk_update_request = BulkUpdateRequest.find(params[:id])
end
def edit