Skip to content

Instantly share code, notes, and snippets.

@GesJeremie
Created June 13, 2015 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GesJeremie/d5be344daa4cfaf85021 to your computer and use it in GitHub Desktop.
Save GesJeremie/d5be344daa4cfaf85021 to your computer and use it in GitHub Desktop.
validation.make({user_name: ''}, {user_name: 'required'})
# Will return "The user_name is required"
validation.errors.first('user_name')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment