We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am unable to filter action cable params.
method= path= format= params={"token"=>"...."} controller=ApplicationCable::Connection action=connect status=200 duration=216.54
They come in on the data attribute here but don't seem overloadable in custom_options by setting both params or data
data
custom_options
params
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
I was unable to patch it locally
No branches or pull requests
I am unable to filter action cable params.
They come in on the
data
attribute here but don't seem overloadable incustom_options
by setting bothparams
ordata
The text was updated successfully, but these errors were encountered: