Skip to content

Instantly share code, notes, and snippets.

@parabuzzle
Created March 17, 2010 01:06
Show Gist options
  • Save parabuzzle/334762 to your computer and use it in GitHub Desktop.
Save parabuzzle/334762 to your computer and use it in GitHub Desktop.
validate :test
def test
unless column.nil?
...do your test...
end
return true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment