Sha256: fb82a776e27dae74feb86b63e40a1b33650e2922d42fad16f9988efe8f3da243
Contents?: true
Size: 267 Bytes
Versions: 7
Compression:
Stored size: 267 Bytes
Contents
module PageflowScrolled # Rails integration class Engine < ::Rails::Engine isolate_namespace PageflowScrolled config.paths.add('lib', eager_load: true) config.i18n.load_path += Dir[config.root.join('config', 'locales', '**', '*.yml').to_s] end end
Version data entries
7 entries across 7 versions & 1 rubygems