Skip to content

Instantly share code, notes, and snippets.

@glennpratt
Created June 20, 2011 18:05
Show Gist options
  • Select an option

  • Save glennpratt/1036151 to your computer and use it in GitHub Desktop.

Select an option

Save glennpratt/1036151 to your computer and use it in GitHub Desktop.
include.rb
if (![2,3].include? location['province'].length)
raise 'Invalid State/Province Code. Must be 2 or 3 char. See Drupal location.module'
else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment