Skip to content

Instantly share code, notes, and snippets.

@malomalo
Created September 8, 2009 22:56
Show Gist options
  • Save malomalo/183305 to your computer and use it in GitHub Desktop.
Save malomalo/183305 to your computer and use it in GitHub Desktop.
property :country, String, :nullable => false, :lazy => true,
:set => COUNTRY_CODES,
:messages => {
:set => 'Country must be a valid ISO 3166-1-alpha-2 code'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment