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 650c15d..7b9f8bb 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
- :index_subscription
+ subscriptions_path
end
end