Add remaining credits left calculation tip

This commit is contained in:
Carla 2016-05-17 16:09:09 +02:00
parent 8a8a5e11b5
commit 8df879f7d3

View File

@ -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: