Skip to content

Normalizing groups #76

@markedmondson

Description

@markedmondson

Potential feature idea - grouping of normalizers within the initializer for re-use purposes. Something similar to:

AttributeNormalizer.configure do |config|
   config.groupings[:group] = [:strip, :blank, :custom, :custom]
end

class Model
   attribute_normalizer :code, with => :group
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions