La gestion des translations dans la base de données ne bloque plus une migration initiale du site
This commit is contained in:
parent
e2780baa28
commit
ce152dc300
@ -1,3 +1,7 @@
|
|||||||
require 'i18n/backend/active_record'
|
require 'i18n/backend/active_record'
|
||||||
|
|
||||||
I18n.backend = I18n::Backend::Chain.new(I18n.backend, I18n::Backend::ActiveRecord.new)
|
Translation = I18n::Backend::ActiveRecord::Translation
|
||||||
|
|
||||||
|
if Translation.table_exists?
|
||||||
|
I18n.backend = I18n::Backend::Chain.new(I18n.backend, I18n::Backend::ActiveRecord.new)
|
||||||
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user