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