Skip to content

Instantly share code, notes, and snippets.

@neaf
Created June 24, 2010 08:01
Show Gist options
  • Save neaf/451133 to your computer and use it in GitHub Desktop.
Save neaf/451133 to your computer and use it in GitHub Desktop.
AttributeNormalizer.configure do |config|
config.normalizers[:reject_duplicated] = lambda do |value, options|
value.uniq
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment