self-review

This commit is contained in:
Karol
2019-09-03 15:26:28 +02:00
parent 3c65565b8c
commit 973cc43f4c
6 changed files with 22 additions and 47 deletions

View File

@ -2,7 +2,6 @@
class CodeharborLink < ApplicationRecord
validates :oauth2token, presence: true
validates :user_id, presence: true
belongs_to :user, foreign_key: :user_id, class_name: 'InternalUser'