Add remaining credits left calculation tip
This commit is contained in:
parent
8a8a5e11b5
commit
8df879f7d3
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user