diff options
author | claucece <soficeli0@gmail.com> | 2015-09-22 10:48:14 -0500 |
---|---|---|
committer | claucece <soficeli0@gmail.com> | 2015-10-05 22:39:31 -0500 |
commit | c10bbfa44442c86fda82c16524341d5f21b63664 (patch) | |
tree | e406e181bc5ff74cc9462e3dd707003ecee00e93 /engines/billing/app/helpers/billing_helper.rb | |
parent | 2e1d21f53f0f96fba544b592fde84af2f4879a24 (diff) |
subscriptions, translation
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 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 |