Flowdock
method

destroy_row

Importance_0
destroy_row() private

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/persistence.rb, line 484
    def destroy_row
      relation_for_destroy.delete_all
    end
Register or log in to add new notes.