removed website validation
This commit is contained in:
parent
ac17c09cf7
commit
b80d3c5bbd
|
@ -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 New Issue