Sha256: 8df573b8b79d1d824b23240a1f8629b58f28fdb16b4888e2eed69c82fd011fe8

Contents?: true

Size: 452 Bytes

Versions: 7

Compression:

Stored size: 452 Bytes

Contents

module HydraEditor
  class Engine < ::Rails::Engine
    require 'simple_form'
    require 'sprockets/es6'
    require 'almond-rails'
    engine_name 'hydra_editor'
    config.eager_load_paths += %W[
       #{config.root}/app/helpers/concerns
       #{config.root}/app/presenters
    ]
    initializer 'hydra-editor.initialize' do
      require 'cancan'
      Sprockets::ES6.configuration = { 'modules' => 'amd', 'moduleIds' => true }
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hydra-editor-6.1.0 lib/hydra_editor/engine.rb
hydra-editor-6.0.0 lib/hydra_editor/engine.rb
hydra-editor-5.0.5 lib/hydra_editor/engine.rb
hydra-editor-5.0.4 lib/hydra_editor/engine.rb
hydra-editor-5.0.3 lib/hydra_editor/engine.rb
hydra-editor-5.0.2 lib/hydra_editor/engine.rb
hydra-editor-5.0.1 lib/hydra_editor/engine.rb