instance method
_delete_row
Ruby on Rails 5.2.8.1
Since v5.2.8.1 PrivateSignature
_delete_row()
No documentation comment.
Source
# File activerecord/lib/active_record/persistence.rb, line 680
def _delete_row
self.class._delete_record(self.class.primary_key => id_in_database)
end
Defined in activerecord/lib/active_record/persistence.rb line 680
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Persistence