Browse Source

#142 完了

feature/142
みてるぞ 2 days ago
parent
commit
6b608cea9c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      backend/app/models/nico_tag_relation.rb

+ 1
- 0
backend/app/models/nico_tag_relation.rb View File

@@ -6,6 +6,7 @@ class NicoTagRelation < ApplicationRecord
validates :tag_id, presence: true validates :tag_id, presence: true


validate :nico_tag_must_be_nico validate :nico_tag_must_be_nico
validate :tag_mustnt_be_nico


private private




Loading…
Cancel
Save