Concept Flow - Numericality validation
Start: Model with attribute
Apply numericality validation
Input value assigned
Check if value is a number
Pass
Save success
End
This flow shows how Rails checks if a model attribute is a number during validation, allowing save if valid or adding errors if not.