From fe0ac266a797523492fe3b2c750e7862f51b152f Mon Sep 17 00:00:00 2001 From: jessib Date: Thu, 2 May 2013 10:53:42 -0700 Subject: Added notices to redirects. --- billing/app/controllers/subscriptions_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'billing/app/controllers/subscriptions_controller.rb') diff --git a/billing/app/controllers/subscriptions_controller.rb b/billing/app/controllers/subscriptions_controller.rb index 9735527..b248be5 100644 --- a/billing/app/controllers/subscriptions_controller.rb +++ b/billing/app/controllers/subscriptions_controller.rb @@ -7,7 +7,7 @@ class SubscriptionsController < ApplicationController customer = Customer.find_by_user_id(current_user.id) if subscription = customer.single_subscription - redirect_to subscription_path(subscription.id) + redirect_to subscription_path(subscription.id), :notice => 'You already have an active subscription' else credit_card = customer.default_credit_card #safe to assume default? @payment_method_token = credit_card.token -- cgit v1.2.3