summaryrefslogtreecommitdiff
path: root/engines/billing/app/helpers/billing_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'engines/billing/app/helpers/billing_helper.rb')
-rw-r--r--engines/billing/app/helpers/billing_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/billing/app/helpers/billing_helper.rb b/engines/billing/app/helpers/billing_helper.rb
index b9e5e2e..cb8abd6 100644
--- a/engines/billing/app/helpers/billing_helper.rb
+++ b/engines/billing/app/helpers/billing_helper.rb
@@ -14,7 +14,7 @@ module BillingHelper
if (admin? and user == current_user)
billing_admin_path
else
- show_or_new_customer_link(user)
+ new_subscription_path
end
end