Sha256: c75b478ba212442cd1196076606c40968f3cb4dc8c12f45de75a98caa19f702f

Contents?: true

Size: 294 Bytes

Versions: 8

Compression:

Stored size: 294 Bytes

Contents

module HydraEditor
  class Engine < ::Rails::Engine
    engine_name 'hydra_editor'
    config.paths.add "app/helpers/concerns",      eager_load: true
    config.paths.add "app/controllers/concerns",  eager_load: true
    config.paths.add "app/models/concerns",       eager_load: true
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hydra-editor-0.1.1 lib/hydra_editor/engine.rb
hydra-editor-0.1.0 lib/hydra_editor/engine.rb
hydra-editor-0.0.6 lib/hydra_editor/engine.rb
hydra-editor-0.0.5 lib/hydra_editor/engine.rb
hydra-editor-0.0.4 lib/hydra_editor/engine.rb
hydra-editor-0.0.3 lib/hydra_editor/engine.rb
hydra-editor-0.0.2 lib/hydra_editor/engine.rb
hydra-editor-0.0.1 lib/hydra_editor/engine.rb