Commit e4eec5c
committed
Remove unpermitted parameters warning
We always pass a few parameters. these parameters come from query_parameters.
These were triggering a warning in our logging.
Rails adds parameters from routes and actionpack. like :c_id, :s_id, :action, :controller, :format
We only care about a few of these. So only outputting the ones we care about and ignoring the rest
```
[----] D, [2025-10-28T23:00:25.289277#13035:5200] DEBUG -- : Unpermitted parameters: :expand, :attributes, :c_id. [...]
```1 parent e019ada commit e4eec5c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments