Skip to content

Instantly share code, notes, and snippets.

@sur
Created August 23, 2012 05:33
Show Gist options
  • Save sur/3433014 to your computer and use it in GitHub Desktop.
Save sur/3433014 to your computer and use it in GitHub Desktop.
validate formats
# validate urls
require 'open-uri'
class Some < ActiveRecord::Base
validates :url, :presence => true, :format => URI.regexp
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment