Guest User

Untitled

a guest
Dec 11th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. # app/models/user.rb
  2.  
  3. # Only allow letter, number, underscore and punctuation.
  4. validates_format_of :username, with: /^[a-zA-Z0-9_\.]*$/, :multiline => true
Add Comment
Please, Sign In to add comment