diff --git a/app/controllers/bulk_update_requests_controller.rb b/app/controllers/bulk_update_requests_controller.rb index 0dde5a199..f46e66b92 100644 --- a/app/controllers/bulk_update_requests_controller.rb +++ b/app/controllers/bulk_update_requests_controller.rb @@ -28,7 +28,7 @@ class BulkUpdateRequestsController < ApplicationController end def approve - @bulk_update_request.approve!(CurrentUse.user.id) + @bulk_update_request.approve!(CurrentUser.user.id) flash[:notice] = "Bulk update request approved" respond_with(@bulk_update_request, :location => bulk_update_requests_path) end