noir-clojure / noir

A framework for writing web applications in clojure.
http://www.webnoir.org/
738 stars 78 forks source link

Add > < and valid-number? validators #95

Closed kenrestivo closed 12 years ago

kenrestivo commented 12 years ago

Per discussion on previous pull request, here are greater-than? less-than? and valid-number? validators.

Raynes commented 12 years ago

Thanks!