Skip to content

Ignore internal parameters from Rails forms #14

@mwnciau

Description

@mwnciau

Currently when using typed_params with the built in Rails form helpers, an error occurs because the helper implicitly adds an "authenticity_token" to the form.

I don't know if there's a way to handle this better, but my current workaround is to override the typed_params method and set strict to false, which isn't ideal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions