chore: Validation for purchased pricing_plan_quantity (#8809)

- Add validations based on purchased pricing_plan_quantity
- Modify the Dashboard to support the new error message
This commit is contained in:
Sojan Jose
2024-01-30 11:26:07 +04:00
committed by GitHub
parent eeb0113dc5
commit 0805f362d3
4 changed files with 64 additions and 4 deletions

View File

@@ -161,3 +161,4 @@ class User < ApplicationRecord
end
User.include_mod_with('Audit::User')
User.include_mod_with('Concerns::User')