reify
- Ejemplos
El problema es que cuando llamamos reify en un objeto recientemente creado, retorna nil ya que no hay versiones previas. | The problem is that when we call reify on a newly-created item it returns nil as there is no previous version. |
Luego queremos obtener el objeto del modelo específico a esa versión llamando reify sobre el objeto version. | We then want to get the model object that is specific to that version and we do that by calling reify on the version. |
