Skip to content

Instantly share code, notes, and snippets.

@mdeering
Created August 17, 2010 22:47
Show Gist options
  • Save mdeering/532465 to your computer and use it in GitHub Desktop.
Save mdeering/532465 to your computer and use it in GitHub Desktop.
normalize_attribute :fax do |value|
value.is_a?(String) ? value.gsub(/[^0-9]+/, '') : value
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment