# File lib/active_record/fixtures.rb, line 284 def delete_existing_fixtures @connection.delete "DELETE FROM #{@table_name}", 'Fixture Delete' end