instance method
destroyed?
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v2.3.18Signature
destroyed?()
Returns true if the record has been destroyed.
Source
# File activerecord/lib/active_record/base.rb, line 2890
def destroyed?
@destroyed
end
Defined in activerecord/lib/active_record/base.rb line 2890
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Base