Require dependency otherwise it causes Sidekiq to lock up in development.

This commit is contained in:
Guo Xiang Tan
2017-09-15 13:02:11 +08:00
parent 5be5def217
commit 23b787e0a6
16 changed files with 20 additions and 8 deletions

View File

@ -1,4 +1,5 @@
require 'i18n/backend/pluralization'
require_dependency 'locale_site_setting'
module I18n
module Backend