RubyCademy Profile picture
The best Ruby code examples on 𝕏. To learn more lesser-known techniques and patterns: https://t.co/HeSrU9k9s3
Oct 20 8 tweets 2 min read
5 Essential Rails Shorthands You Should Know ⬇️
#ruby #rubyonrailsImage 1️⃣ ActiveRecord::Relation#destroy_by 1️⃣

Use `destroy_by` instead of the classic `where(...).destroy`Image