# File lib/active_record/persistence.rb, line 17
def
persisted?
!
(
new_record?
||
destroyed?
)
end