You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Potential feature idea - grouping of normalizers within the initializer for re-use purposes. Something similar to:
The text was updated successfully, but these errors were encountered: