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