Sha256: d1f1b03b0264803f2d5d386073e930b8eb7a52a88a46f421ce8e9f05a3b30134
Contents?: true
Size: 294 Bytes
Versions: 6
Compression:
Stored size: 294 Bytes
Contents
module Pageflow module ParentPageBox class Engine < Rails::Engine isolate_namespace Pageflow::ParentPageBox config.autoload_paths << File.join(config.root, 'lib') config.i18n.load_path += Dir[config.root.join('config', 'locales', '**', '*.yml').to_s] end end end
Version data entries
6 entries across 6 versions & 1 rubygems