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
When using In() => {:model => :internal_name} there's no implicit check if ctx[:model] was actually set for the incoming ctx.
In() => {:model => :internal_name}
ctx[:model]
Maybe a strict mode like
In(strict: true) => {:model => :internal_name}
would make :model a required keyword in the automatically created filter proc (although I don't know how to do this without meta-programming :brrrr:).
:model
The text was updated successfully, but these errors were encountered:
The same for Out()! 🌞
Out()
Sorry, something went wrong.
No branches or pull requests
When using
In() => {:model => :internal_name}
there's no implicit check ifctx[:model]
was actually set for the incoming ctx.Maybe a strict mode like
would make
:model
a required keyword in the automatically created filter proc (although I don't know how to do this without meta-programming :brrrr:).The text was updated successfully, but these errors were encountered: