1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib
eileencodes 255de98a9a refactor and clean up delete_all method
Now that delete_all with destroy or delete_all dependency behave
the same we no longer need this conditional. This means we can remove
the new delete_all_with_dependency method I added and go straight
to delete_records from delete_all, passing :all and the dependent
directly.
2014-05-05 18:12:41 -04:00
..
active_record refactor and clean up delete_all method 2014-05-05 18:12:41 -04:00
rails/generators
active_record.rb