mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 08:19:53 +01:00
removed website validation
This commit is contained in:
parent
ac17c09cf7
commit
b80d3c5bbd
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class User < ActiveRecord::Base
|
|||
|
||||
validates :screen_name, presence: true, format: { with: SCREEN_NAME_REGEX }, uniqueness: { case_sensitive: false }
|
||||
|
||||
validates :website, format: { with: WEBSITE_REGEX }
|
||||
# validates :website, format: { with: WEBSITE_REGEX }
|
||||
|
||||
def login=(login)
|
||||
@login = login
|
||||
|
|
Loading…
Reference in a new issue