• Heinrich Lee Yu's avatar
    Fix delete_all on association · 75ac1f73
    Heinrich Lee Yu authored
    Previously, having the `where` turned this into a relation
    so `ActiveRecord::Relation#delete_all` is called.
    
    In Rails 6, `ActiveRecord::Associations::CollectionProxy#delete_all`
    is called causing an error in the query.
    75ac1f73
merge_request_spec.rb 113 KB