Sha256: 656469f01679ee5e1c9767f8a4a636c9e1496668e8de6e8f37f15d1c75a545f0
Contents?: true
Size: 362 Bytes
Versions: 4
Compression:
Stored size: 362 Bytes
Contents
require 'pageflow-public-i18n' require 'pageflow/panorama/zip_entry_paperclip_io_adapter' module Pageflow module Panorama class Engine < Rails::Engine isolate_namespace Pageflow::Panorama config.paths.add('lib', eager_load: true) config.i18n.load_path += Dir[config.root.join('config', 'locales', '**', '*.yml').to_s] end end end
Version data entries
4 entries across 4 versions & 1 rubygems