diff options
author | jessib <jessib@leap.se> | 2013-04-30 13:54:46 -0700 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-07-17 10:47:13 +0200 |
commit | 5442da999c8398b1e84162996f1e944c6496b095 (patch) | |
tree | ce4bca037d95d98e8cdbb6aa1e867159f6eab0fa /billing/app/controllers | |
parent | 1e557522fafc26829b8e9a873da28b7082d4df42 (diff) |
Changing customers route to be plural.
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] |