From 8df879f7d3d8cbbc4a2403323df94923416d68d9 Mon Sep 17 00:00:00 2001 From: Carla Date: Tue, 17 May 2016 16:09:09 +0200 Subject: [PATCH] Add remaining credits left calculation tip --- doc/internal/quota_management.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/internal/quota_management.md b/doc/internal/quota_management.md index 1132052..e92f172 100644 --- a/doc/internal/quota_management.md +++ b/doc/internal/quota_management.md @@ -27,6 +27,8 @@ This whole information is managed by the CartoDB Rails App too so we could make } ``` + Note: the remaining credits left can be computed as: `remaining_quota = quota - monthly_use`. + - How can I set a new quota for a user: This operation could be done through the rails console: