Entonces alli esta
record.new_record?
Para comprobar si algo es nuevo
Necesito comprobar si algo está saliendo.
record = some_magic
record.destroy
record.is_destroyed? # => true
Something like that. I know destroying freezes the object, so frozen? sort of works, but is there something explicitly for this task?