APIdock / Ruby on Rails
/
Browse About
method

destroy_row

v6.1.7.7 - Show latest stable - Class: ActiveRecord::Persistence
destroy_row()
private

No documentation available.

# File activerecord/lib/active_record/persistence.rb, line 872
    def destroy_row
      _delete_row
    end

Related methods

  • Instance methods
  • becomes
  • becomes!
  • decrement
  • decrement!
  • delete
  • destroy
  • destroy!
  • destroyed?
  • increment
  • increment!
  • new_record?
  • persisted?
  • previously_new_record?
  • reload
  • save
  • save!
  • toggle
  • toggle!
  • touch
  • update
  • update!
  • update_attribute
  • update_column
  • update_columns
  • Private methods
  • private_create_record
  • private_delete_row
  • private_raise_readonly_record_error
  • private_raise_record_not_destroyed
  • private_raise_record_not_touched_error
  • private_touch_row
  • private_update_record
  • private_update_row
  • privatebelongs_to_touch_method
  • privatecreate_or_update
  • privatedestroy_associations
  • privatedestroy_row
  • privateverify_readonly_attribute
APIdock API Documentation Browser

© 2026 APIdock