Typo
1 files changed, 1 insertions(+), 1 deletions(-) M lib/customer_repo.rb
M lib/customer_repo.rb => lib/customer_repo.rb +1 -1
@@ 76,7 76,7 @@ class CustomerRepo def put_monthly_overage_limit(customer, limit) k = "jmp_customer_monthly_overage_limit-#{customer.customer_id}" - @redis.put(k, limit) + @redis.set(k, limit) end protected