summaryrefslogtreecommitdiff
path: root/billing/app/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'billing/app/controllers')
-rw-r--r--billing/app/controllers/customers_controller.rb (renamed from billing/app/controllers/customer_controller.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/billing/app/controllers/customer_controller.rb b/billing/app/controllers/customers_controller.rb
index 556b607..e62472f 100644
--- a/billing/app/controllers/customer_controller.rb
+++ b/billing/app/controllers/customers_controller.rb
@@ -1,4 +1,4 @@
-class CustomerController < BillingBaseController
+class CustomersController < BillingBaseController
before_filter :authorize
before_filter :fetch_customer_data, :only => [:show, :edit]