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
Line 288 of wice_grid-3.6.2/lib/wice_grid.rb reads
initial_conditions_active_relation = @klass.where(@status[:conditions])
This looks like a reason wice seems to be acting like it is failing to ignore scope for me.
The text was updated successfully, but these errors were encountered:
Nope that could not be the case, since that is only used to build the conditions, which are later applied to the given @relation.
@relation
Sorry, something went wrong.
No branches or pull requests
Line 288 of wice_grid-3.6.2/lib/wice_grid.rb reads
initial_conditions_active_relation = @klass.where(@status[:conditions])
This looks like a reason wice seems to be acting like it is failing to ignore scope for me.
The text was updated successfully, but these errors were encountered: