Sha256: d2d7a6857027e45826bde31c2f8931c22b9dfe871db6ee4384aaff0fd2fc41b0

Contents?: true

Size: 235 Bytes

Versions: 1

Compression:

Stored size: 235 Bytes

Contents

module ErpInventory
  class Engine < Rails::Engine
    isolate_namespace ErpInventory
    
    ActiveSupport.on_load(:active_record) do
      include ErpInventory::Extensions::ActiveRecord::ActsAsInventoryEntry
    end
     
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
erp_inventory-3.0.0 lib/erp_inventory/engine.rb