Closed ksylvest closed 9 years ago
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
It's already fixed in #140
Whoops! My bad, I was on the v0.5.0.
After upgrading to Rails 4.2 I started noticing this:
It only occurs when a scope is applied to
acts_as_list
like so: