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