Exclude bots from current active users count query
- Excluding bots from the current active users count logic in License model. - Introduces a new scope `without_bots`. - Adds the method `current_active_users` to License for easy reuse. - Update references across the app to use `current_active_users` instead of `User.active.count`. - Updates documentation accordingly.
Showing
Please register or sign in to comment