Skip to content

Instantly share code, notes, and snippets.

@GesJeremie
Created June 13, 2015 08:25
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/d1ffd04eee3e6dd085d0 to your computer and use it in GitHub Desktop.
Save GesJeremie/d1ffd04eee3e6dd085d0 to your computer and use it in GitHub Desktop.
Validator.rule 'is_batman', (attribute, value, params) ->
if value is 'batman'
return true
return false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment