diff options
Diffstat (limited to 'engines/billing/app/helpers/billing_helper.rb')
-rw-r--r-- | engines/billing/app/helpers/billing_helper.rb | 2 |
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 cb8abd6..650c15d 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 - new_subscription_path + :index_subscription end end |