Sha256: 8d337a9b7f301a831a888b1c4efe70b523601bef8bbff625228eea26b30016f8
Contents?: true
Size: 560 Bytes
Versions: 18
Compression:
Stored size: 560 Bytes
Contents
module MnoEnterprise module Api class Engine < ::Rails::Engine isolate_namespace MnoEnterprise # To be able to load lib/mno_enterprise/concerns/... config.autoload_paths += Dir["#{config.root}/lib/**/"] # Add assets if config.respond_to? (:assets) config.assets.precompile += %w( mno_enterprise/config.js ) # Allow sprockets to find file in the config/ path config.before_configuration do config.assets.paths.unshift Rails.root.join('config').to_s end end end end end
Version data entries
18 entries across 18 versions & 1 rubygems