initial commit
Co-authored-by: viehlieb <pf@pragma-shift.net>
This commit is contained in:
commit
4139bfd40b
73 changed files with 1747 additions and 0 deletions
6
lib/group_order_invoice.rb
Normal file
6
lib/group_order_invoice.rb
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
require "group_order_invoice/version"
|
||||
require "group_order_invoice/railtie"
|
||||
|
||||
module GroupOrderInvoice
|
||||
# Your code goes here...
|
||||
end
|
||||
4
lib/group_order_invoice/railtie.rb
Normal file
4
lib/group_order_invoice/railtie.rb
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
module GroupOrderInvoice
|
||||
class Railtie < ::Rails::Railtie
|
||||
end
|
||||
end
|
||||
3
lib/group_order_invoice/version.rb
Normal file
3
lib/group_order_invoice/version.rb
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
module GroupOrderInvoice
|
||||
VERSION = "0.1.0"
|
||||
end
|
||||
4
lib/tasks/group_order_invoice_tasks.rake
Normal file
4
lib/tasks/group_order_invoice_tasks.rake
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# desc "Explaining what the task does"
|
||||
# task :group_order_invoice do
|
||||
# # Task goes here
|
||||
# end
|
||||
Loading…
Add table
Add a link
Reference in a new issue