I want to store web site translations in ActiveRecord, because it easy to edit in admin area.
I found only one solution: https://github.com/svenfuchs/i18n-active_record
But it is completable with 3rd version of rails and last commit was one year ago. I have rails4 application.
Is it any alternative activerecord backends for i18n?