customer model

This commit is contained in:
Rimian Perkins
2019-10-26 11:31:19 +11:00
parent 1f7549060d
commit dcb4b82dec
5 changed files with 54 additions and 15 deletions
+1
View File
@@ -55,6 +55,7 @@ after_initialize do
"../app/controllers/products_controller",
"../app/controllers/subscriptions_controller",
"../app/models/payment",
"../app/models/customer",
"../app/serializers/payment_serializer",
].each { |path| require File.expand_path(path, __FILE__) }