Skip to content

Instantly share code, notes, and snippets.

@ptzn
Created May 29, 2010 10:47
Show Gist options
  • Select an option

  • Save ptzn/418202 to your computer and use it in GitHub Desktop.

Select an option

Save ptzn/418202 to your computer and use it in GitHub Desktop.
class SmthWitUrl < ActiveRecord::Base
validates_format_of :url, :with => URI.regexp(['http', 'https'])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment