Guest User

Untitled

a guest
Feb 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. validates_format_of :subdomain, :with => /^[A-Za-z0-9]+$/, :on => :create, :message => "may only contain numbers and letters"
  2. validates_format_of :email, :with => /^([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]{2,})$/, :on => :create
Add Comment
Please, Sign In to add comment