Sha256: fdc27e6ca284ff87a17c72e2e89f088e10240537e86fcbea2865767655eb33f6

Contents?: true

Size: 431 Bytes

Versions: 1

Compression:

Stored size: 431 Bytes

Contents

module ErpProducts
  class Engine < Rails::Engine
    isolate_namespace ErpProducts
	  
	  ActiveSupport.on_load(:active_record) do
      include ErpProducts::Extensions::ActiveRecord::ActsAsProductInstance
      include ErpProducts::Extensions::ActiveRecord::ActsAsProductOffer
	    include ErpProducts::Extensions::ActiveRecord::ActsAsProductType
    end

    ErpBaseErpSvcs.register_as_compass_ae_engine(config, self)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
erp_products-4.2.0 lib/erp_products/engine.rb