Expand description
Attribute normalization (Rails normalizes :email, with: -> { ... }).
Build a Normalizer by chaining steps, then apply it to a value —
typically inside a before_save/before_validation callback so the stored
value is always canonical.
Structs§
- Normalizer
- An ordered pipeline of string transformations.