Hi, The current strategy is not very safe. The following line: ``` ruby version_number = new_record? ? 1 : version + 1 ``` could be executed on the DB to guarantee consistency. Has anyone thought about this? thanks, Pedro
Hi,
The current strategy is not very safe. The following line:
could be executed on the DB to guarantee consistency.
Has anyone thought about this?
thanks,
Pedro