Sha256: 28477d8eca63dc34d4a798cf834dfcad0f42511829e9563905afdefcb09c6659

Contents?: true

Size: 291 Bytes

Versions: 4

Compression:

Stored size: 291 Bytes

Contents

module KepplerFrontend
  class Engine < ::Rails::Engine
    isolate_namespace KepplerFrontend
    paths['config/locales']
    config.generators do |g|
      g.template_engine :haml
    end
    
    config.to_prepare do
      ApplicationController.helper(ApplicationHelper)
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
keppler-2.1.22 installer/core/rockets/keppler_frontend/lib/keppler_frontend/engine.rb
keppler-2.1.21 installer/core/rockets/keppler_frontend/lib/keppler_frontend/engine.rb
keppler-2.1.20 installer/core/rockets/keppler_frontend/lib/keppler_frontend/engine.rb
keppler-2.1.19 installer/core/rockets/keppler_frontend/lib/keppler_frontend/engine.rb