Method: Cequel::Record::BulkWrites#delete_all
- Defined in:
- lib/cequel/record/bulk_writes.rb
#delete_all ⇒ void
This method returns an undefined value.
Delete all matched records without executing callbacks
31 32 33 |
# File 'lib/cequel/record/bulk_writes.rb', line 31 def delete_all each_data_set { |data_set| data_set.delete } end |