Guest User

Untitled

a guest
May 26th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. class SmthWitUrl < ActiveRecord::Base
  2. validates_format_of :url, :with => URI.regexp(['http', 'https'])
  3. end
Add Comment
Please, Sign In to add comment