Sha256: b983dc28670c692535ee02757ff6a50a2b7e8ba044d74a039cecece7919a29a0
Contents?: true
Size: 168 Bytes
Versions: 1
Compression:
Stored size: 168 Bytes
Contents
# frozen_string_literal: true class Factory class DecoratorWithProduct < Azeroth::Decorator expose :name expose :main_product expose :products end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azeroth-0.6.2 | spec/dummy/app/models/factory/decorator_with_product.rb |