Skip to content

Instantly share code, notes, and snippets.

View dougal's full-sized avatar

Douglas F Shearer dougal

View GitHub Profile
@dougal
dougal / url_validator.rb
Created June 28, 2011 13:03 — forked from kuahyeow/url_validator.rb
URL validator for Rails 3 - kuahyeow
# Require this file, or put this in where Rails will auto load it.
# = Usage
# validates :attribute, :url => true
# Allow nil values
# validates :attribute, :allow_nil => true
# Allow empty values
# validates :attribute, :allow_empty => true