Sha256: f30c325282b7c5fafa43bb3ff4ff14778a4f8d05a6c17e3604f3b84e66ff179f

Contents?: true

Size: 345 Bytes

Versions: 10

Compression:

Stored size: 345 Bytes

Contents

module MnoEnterprise
  module Frontend
    class Engine < ::Rails::Engine
      isolate_namespace MnoEnterprise

      # Add assets
      config.assets.precompile += %w( mno_enterprise/application_lib.js )

      # To be able to load lib/mno_enterprise/concerns/...
      config.autoload_paths += Dir["#{config.root}/lib/**/"]
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
mno-enterprise-frontend-2.0.9 lib/mno_enterprise/frontend/engine.rb
mno-enterprise-frontend-2.0.8 lib/mno_enterprise/frontend/engine.rb
mno-enterprise-frontend-2.0.7 lib/mno_enterprise/frontend/engine.rb
mno-enterprise-frontend-2.0.6 lib/mno_enterprise/frontend/engine.rb
mno-enterprise-frontend-2.0.5 lib/mno_enterprise/frontend/engine.rb
mno-enterprise-frontend-2.0.4 lib/mno_enterprise/frontend/engine.rb
mno-enterprise-frontend-2.0.3 lib/mno_enterprise/frontend/engine.rb
mno-enterprise-frontend-2.0.2 lib/mno_enterprise/frontend/engine.rb
mno-enterprise-frontend-2.0.1 lib/mno_enterprise/frontend/engine.rb
mno-enterprise-frontend-2.0.0 lib/mno_enterprise/frontend/engine.rb