Skip to content

Instantly share code, notes, and snippets.

@moreta
Created October 23, 2012 15:16
Show Gist options
  • Save moreta/3939354 to your computer and use it in GitHub Desktop.
Save moreta/3939354 to your computer and use it in GitHub Desktop.
ruby nomalize
# credit cart number
def normalize_credit_card_number
self.cc_number.gsub!(/[-\s]/, '')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment