initial commit

Co-authored-by: viehlieb <pf@pragma-shift.net>
This commit is contained in:
Philipp Rothmann 2023-07-24 12:04:33 +02:00
commit 4139bfd40b
73 changed files with 1747 additions and 0 deletions

View file

@ -0,0 +1,6 @@
require "group_order_invoice/version"
require "group_order_invoice/railtie"
module GroupOrderInvoice
# Your code goes here...
end

View file

@ -0,0 +1,4 @@
module GroupOrderInvoice
class Railtie < ::Rails::Railtie
end
end

View file

@ -0,0 +1,3 @@
module GroupOrderInvoice
VERSION = "0.1.0"
end

View file

@ -0,0 +1,4 @@
# desc "Explaining what the task does"
# task :group_order_invoice do
# # Task goes here
# end