wip move stuff to a plugin

This commit is contained in:
Philipp Rothmann 2023-07-24 16:17:19 +02:00
parent 9a34f174a6
commit 6e80f81c54
22 changed files with 174 additions and 812 deletions

View file

@ -1,7 +0,0 @@
require 'factory_bot'
FactoryBot.define do
factory :group_order_invoice do
group_order { create :group_order }
end
end