developer console fixes

This commit is contained in:
Alex Turchyn
2023-08-05 21:39:59 +03:00
parent 644b142798
commit e75e7b18b4
8 changed files with 19 additions and 12 deletions
+1 -2
View File
@@ -42,8 +42,7 @@
class User < ApplicationRecord
ROLES = %w[admin].freeze
EMAIL_REGEXP =
/[a-z0-9][.']?(?:(?:[a-z0-9_-]++[.'])*[a-z0-9_-]++)*@(?:[a-z0-9]++[.-])*[a-z0-9]++\.[a-z]{2,}/i
EMAIL_REGEXP = /[^@,\s]+@[^@,\s]+/
belongs_to :account