summaryrefslogtreecommitdiff
path: root/billing/app/helpers/billing_helper.rb
AgeCommit message (Collapse)Author
2013-08-09fix billing tests to use user id with customer resourcesAzul
I think this is very confusing and should be changed to: resource :users do |user| user.resource :customer end
2013-08-01Start to functionality for admins viewing billing of other users.jessib
2013-07-25Have navigation link to new customer form if user is not already a braintree ↵jessib
customer.
2013-07-17billing: helper for the typical BraintreeFormAzul