module GemI18n class Engine <::Rails::Engine require 'browser' require 'i18n' initializer :append_assets_path, group: :all do |app| # app.config.assets.path.unshift(*paths['app/views'].existent_directories) end end end