We're using actAs: Versionable for one model in our Symfony 1.4 app. We currently edit this model using an admin-generator module. The UI gives no indication that versioning is active at all. I understand how the versions are stored at the database level, but want to know about UI features.
Specifically, are there are any good examples or built-in features we're overlooking to enable UI features to let the user see and compare other versions of the record or even revert?
It seems like such a commonly-needed thing I'm puzzled why I don't find any examples or documentation for those aspects of its use. Thanks.