diff options
Diffstat (limited to 'billing/app/controllers/customers_controller.rb')
-rw-r--r-- | billing/app/controllers/customers_controller.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/billing/app/controllers/customers_controller.rb b/billing/app/controllers/customers_controller.rb index b0184af..2532334 100644 --- a/billing/app/controllers/customers_controller.rb +++ b/billing/app/controllers/customers_controller.rb @@ -5,12 +5,6 @@ class CustomersController < BillingBaseController def show @active_subscription = @customer.subscriptions(@braintree_data) - # UGLY Braintree::ResourceCollection to array. - # might want method - @transactions = [] - @braintree_data.transactions.each do |transaction| - @transactions << transaction - end end def new |