Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unpermitted parameter: :id #3154

Open
jcoyne opened this issue May 14, 2024 · 0 comments
Open

Unpermitted parameter: :id #3154

jcoyne opened this issue May 14, 2024 · 0 comments

Comments

@jcoyne
Copy link
Member

jcoyne commented May 14, 2024

This seems to just be a warning, but it's in red and so a bit disconcerting.

Started GET "/catalog/d71f88d6-5f98-4aab-93f7-5b39a7028057" for 127.0.0.1 at 2024-05-14 09:42:29 -0400
Processing by CatalogController#show as HTML
  Parameters: {"id"=>"d71f88d6-5f98-4aab-93f7-5b39a7028057"}
Unpermitted parameter: :id. Context: { controller: CatalogController, action: show, request: #<ActionDispatch::Request:0x0000000107d282c0>, params: {"controller"=>"catalog", "action"=>"show", "id"=>"d71f88d6-5f98-4aab-93f7-5b39a7028057"} }

...
Completed 200 OK in 95ms (Views: 45.6ms | ActiveRecord: 0.2ms | Allocations: 38415)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant