Skip to content

Instantly share code, notes, and snippets.

@kinopyo
Created May 13, 2012 10:53
Show Gist options
  • Save kinopyo/2687749 to your computer and use it in GitHub Desktop.
Save kinopyo/2687749 to your computer and use it in GitHub Desktop.
Rails local format validation
validates_format_of :locale, with: /^[a-z]{2}(?:-[A-Z]{2})?$/, allow_blank: true
# valid: 'ja-JP', 'en'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment