From 5442da999c8398b1e84162996f1e944c6496b095 Mon Sep 17 00:00:00 2001 From: jessib Date: Tue, 30 Apr 2013 13:54:46 -0700 Subject: Changing customers route to be plural. --- billing/app/views/customers/_subscription.html.haml | 1 + 1 file changed, 1 insertion(+) create mode 100644 billing/app/views/customers/_subscription.html.haml (limited to 'billing/app/views/customers/_subscription.html.haml') diff --git a/billing/app/views/customers/_subscription.html.haml b/billing/app/views/customers/_subscription.html.haml new file mode 100644 index 0000000..a57f6e9 --- /dev/null +++ b/billing/app/views/customers/_subscription.html.haml @@ -0,0 +1 @@ += render :partial => "subscriptions/subscription_details", :locals => {:subscription => subscription} -- cgit v1.2.3