summaryrefslogtreecommitdiff
path: root/app/models/user_detail.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/user_detail.rb')
-rw-r--r--app/models/user_detail.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/user_detail.rb b/app/models/user_detail.rb
index 1621f336111..5dc74421705 100644
--- a/app/models/user_detail.rb
+++ b/app/models/user_detail.rb
@@ -3,5 +3,5 @@
class UserDetail < ApplicationRecord
belongs_to :user
- validates :job_title, presence: true, length: { maximum: 200 }
+ validates :job_title, length: { maximum: 200 }
end