Actions
Refactor #21153
closedPassing conditions to destroy_all is deprecated
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Discovery plugin
Difficulty:
Triaged:
Description
Rails 5.0 says:
DEPRECATION WARNING: Passing conditions to destroy_all is deprecated and will be removed in Rails 5.1. To achieve the same use where(conditions).destroy_all.
Actions