instance method
destroyed?
Ruby on Rails 8.0.4
Since v3.0.20Signature
destroyed?()
Returns true if this object has been destroyed, otherwise returns false.
Source
# File activerecord/lib/active_record/persistence.rb, line 355
def destroyed?
@destroyed
end
Defined in activerecord/lib/active_record/persistence.rb line 355
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Persistence