Sha256: 38ca9e4d2eeed076c455ea1c453d5c294bcaa76a17e8f2e236a7f6ac11ec0d8a
Contents?: true
Size: 484 Bytes
Versions: 7
Compression:
Stored size: 484 Bytes
Contents
module Pageflow module TimelinePage class Engine < Rails::Engine isolate_namespace Pageflow::TimelinePage config.autoload_paths << File.join(config.root, 'lib') config.i18n.load_path += Dir[config.root.join('config', 'locales', '**', '*.yml').to_s] initializer "pageflow-timline-page.add_watchable_files", group: :all do |app| app.config.watchable_files.concat Dir["#{config.root}/app/assets/javascripts/**/*.jsx*"] end end end end
Version data entries
7 entries across 7 versions & 1 rubygems