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