Rails 8 Allows drop_table To Accept An Array Of Table Names.
SMRTR summary
Rails 8 now allows developers to drop multiple database tables in one go by passing an array of table names to ActiveRecord's drop_table method, simplifying database migrations and reducing the need for multiple calls or raw SQL.
SMRTR provides this summary for quick context. The original article belongs to Daily.dev.
Read the original article