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
After upgrading to Rails 4.2 I started noticing this:
DEPRECATION WARNING: sanitize_sql_hash_for_conditions is deprecated, and will be removed in Rails 5.0 . (called from scope_condition at (eval):30)
It only occurs when a scope is applied to acts_as_list like so:
acts_as_list
acts_as_list scope: :company
The text was updated successfully, but these errors were encountered:
It's already fixed in #140
Sorry, something went wrong.
Whoops! My bad, I was on the v0.5.0.
No branches or pull requests
After upgrading to Rails 4.2 I started noticing this:
It only occurs when a scope is applied to
acts_as_list
like so:The text was updated successfully, but these errors were encountered: