rm reference to deleted file

This commit is contained in:
Rimian Perkins 2019-11-07 15:27:22 +11:00
parent 1c7591cfb1
commit 1da6986d8f
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ after_initialize do
"../app/controllers/plans_controller",
"../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__) }