Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix(promotions): Validate benefits on save
On Slack, we got a report that the tiered percent calculator wasn't converting its tiers to BigDecimal when being first created. Since this conversion happens `before_validation`, we should not turn validation off in this controller. Specs still run through.
- Loading branch information