Sha256: 34f10b7cdec8e7af330f4f893c33e112f334eb7e454809008f5abc2af75560e8
Contents?: true
Size: 387 Bytes
Versions: 57
Compression:
Stored size: 387 Bytes
Contents
module Cmor module UserArea module Backend class Engine < ::Rails::Engine isolate_namespace Cmor::UserArea::Backend initializer "cmor_user_area_backend.asset_pipeline" do |app| app.config.assets.precompile << 'cmor_user_area_backend.js' app.config.assets.precompile << 'cmor_user_area_backend.css' end end end end end
Version data entries
57 entries across 57 versions & 1 rubygems