hotfix for limit pagination for customer data

This commit is contained in:
Kyle Drake 2015-01-06 19:24:41 -08:00
parent d611a5a290
commit be8ad1a888

View file

@ -36,7 +36,7 @@ get '/stats/?' do
@stats[:monthly_stats] = monthly_stats @stats[:monthly_stats] = monthly_stats
customers = Stripe::Customer.all customers = Stripe::Customer.all limit: 100000
@stats[:total_recurring_revenue] = 0.0 @stats[:total_recurring_revenue] = 0.0