Flowdock
destroy(#:nodoc:) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/transactions.rb, line 231
    def destroy #:nodoc:
      with_transaction_returning_status { super }
    end
Register or log in to add new notes.