try to avoid a future merge conflict

This commit is contained in:
Alex Ford
2021-06-17 14:37:46 +01:00
parent 762656ee60
commit 214532516b

View File

@@ -38,7 +38,7 @@ class BarController < ApplicationController
def some_other_request_handler
ps = params
# TODO: we don't pick up on this indirect params field reference
uid = ps[:id]
# DELETE FROM "users" WHERE (id = #{uid})