summaryrefslogtreecommitdiff
path: root/billing/app/controllers/credit_card_info_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'billing/app/controllers/credit_card_info_controller.rb')
-rw-r--r--billing/app/controllers/credit_card_info_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/billing/app/controllers/credit_card_info_controller.rb b/billing/app/controllers/credit_card_info_controller.rb
index 717fa18..fbaa6f1 100644
--- a/billing/app/controllers/credit_card_info_controller.rb
+++ b/billing/app/controllers/credit_card_info_controller.rb
@@ -1,5 +1,5 @@
class CreditCardInfoController < ApplicationController
- before_filter :authorize, :set_user
+ before_filter :require_login, :set_user
def edit
@credit_card = Braintree::CreditCard.find(params[:id])