Sha256: aebea3ca31c33e78592571025cbc315dc845a22ed60f87b1bfa670f5642b31f9
Contents?: true
Size: 282 Bytes
Versions: 6
Compression:
Stored size: 282 Bytes
Contents
module Pageflow module Sitemap class Engine < Rails::Engine isolate_namespace Pageflow::Sitemap 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