Conversation
7871df5 to
ac5747e
Compare
| end | ||
|
|
||
| def create_request | ||
| safe_params = params.permit( |
There was a problem hiding this comment.
nit: I think it'd be helpful to put a few comments calling out the omitted params in this structure and why they were omitted
There was a problem hiding this comment.
I went ahead and removed the strong parameters, but we'll add them back in this ticket https://codedotorg.atlassian.net/browse/TEACHING-60
Hey, taking a quick look and I'm trying to understand what is meant by "I excluded Focusing on e.g. I think we might benefit from separating the introduction of Strong Parameters into a separate PR (like you mentioned in check-in, removing the I think we should be using |
totally agree, will do! |
ac5747e to
4ca442c
Compare
edcodedotorg
left a comment
There was a problem hiding this comment.
Looks good, thanks!
Reverts #70366
reverts a revert for #70249 where I added strong parameters to the aichat request controller, but missed a few
instead of updating the permitted params, I'm permitting all like it was before. I've created a ticket to follow up and add strong parameters in a future pr https://codedotorg.atlassian.net/browse/TEACHING-60