Method: ActiveRecord::Transactions#destroy
- Defined in:
- lib/active_record/transactions.rb
#destroy ⇒ Object
:nodoc:
264 265 266 |
# File 'lib/active_record/transactions.rb', line 264 def destroy #:nodoc: with_transaction_returning_status { super } end |