Skip to content

Instantly share code, notes, and snippets.

@joaquimadraz
Last active January 16, 2016 15:12
Show Gist options
  • Save joaquimadraz/b41104d27b72df6e8513 to your computer and use it in GitHub Desktop.
Save joaquimadraz/b41104d27b72df6e8513 to your computer and use it in GitHub Desktop.
schema = Compel.integer.min(1900).max(2016)
result = schema.validate(2017)
puts result.errors
# => ["cannot be greater than 2016"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment