- Globalize adds model translations to ActiveRecord models.
- Audited is an ORM extension that logs all changes to your models.
Using Audited gem it will only logs changes to the base model and ignore changes to the translation table.
Below is how to add audited to the translation model.