openfoodfoundation/openfoodnetwork

View on GitHub
lib/reporting/reports/products_and_inventory/inventory.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Reporting
  module Reports
    module ProductsAndInventory
      class Inventory < Base
      end
    end
  end
end